Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jan 2, 2022
1 parent b7b009a commit 5eaa909
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions tests/feature/test_outline.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ def test_disallow_free_example_params(testdir):
from pytest_bdd import scenario
@scenario(
"outline.feature",
"outline.feature",
"Outlined with wrong examples",
allow_example_free_variables=False
)
Expand Down Expand Up @@ -198,7 +198,7 @@ def test_wrongly_outlined_parameters_not_a_subset_of_examples(testdir):
@scenario("outline.feature", "Outlined with wrong examples", allow_step_free_variables=False)
def test_outline(request):
pass
@then(parsers.parse('I should have <left> cucumbers in my <right> bucket'))
def stepdef(left, right):
pass
Expand Down
4 changes: 2 additions & 2 deletions tests/feature/test_parametrized.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,11 +103,11 @@ def test_outlining_using_fixtures(testdir):
@pytest.fixture
def start():
return 12
@pytest.fixture
def eat():
return 5
@pytest.fixture
def left():
return 7
Expand Down

0 comments on commit 5eaa909

Please sign in to comment.