Skip to content

Commit

Permalink
Docstring updates
Browse files Browse the repository at this point in the history
  • Loading branch information
ramo-j committed Jul 26, 2024
1 parent 387d16d commit 651aa53
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/cli/main_tool.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ def testRecipeSetupArgs(self, recipe_name):
self._testRecipeSetupArgs(recipe_name)

def _testRecipeSetupArgs(self, recipe_name):
"""Checks that all recipes pass the correct arguments to their modules."""
"""Checks that a recipes passes the correct arguments to their modules."""
# We want to access the tool's state object to load recipes and go through
# modules.
# pylint: disable=protected-access
Expand Down Expand Up @@ -137,7 +137,7 @@ def testRecipeValidators(self, recipe_name):
self._testRecipeValidators(recipe_name)

def _testRecipeValidators(self, recipe_name):
"""Tests that recipes do not specify invalid validators."""
"""Tests that a recipe does not specify invalid validators."""
# pylint: disable=protected-access
self.tool._state = dftw_state.DFTimewolfState(config.Config)
recipe = self.tool._recipes_manager.Recipes()[recipe_name]
Expand Down

0 comments on commit 651aa53

Please sign in to comment.