Skip to content

Commit b186b93

Browse files
committed
fix flake8 errors
1 parent c890d8b commit b186b93

File tree

1 file changed

+20
-20
lines changed

1 file changed

+20
-20
lines changed

allure-pytest/test/acceptance/fixture/fixture_test.py

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -321,15 +321,15 @@ def test_three(request):
321321
has_after("child_manual_call_fixture::0"),
322322
),
323323
not_(has_container(allured_testdir.allure_report,
324-
has_before("parent_dyn_call_fixture"),
325-
has_after("parent_dyn_call_fixture::0"),
326-
),
327-
),
324+
has_before("parent_dyn_call_fixture"),
325+
has_after("parent_dyn_call_fixture::0"),
326+
),
327+
),
328328
not_(has_container(allured_testdir.allure_report,
329-
has_before("child_dyn_call_fixture"),
330-
),
331-
)
332-
)
329+
has_before("child_dyn_call_fixture"),
330+
),
331+
)
332+
)
333333
)
334334
assert_that(allured_testdir.allure_report,
335335
has_test_case("test_two",
@@ -338,10 +338,10 @@ def test_three(request):
338338
has_after("parent_auto_call_fixture::0"),
339339
),
340340
not_(has_container(allured_testdir.allure_report,
341-
has_before("child_manual_call_fixture"),
342-
has_after("child_manual_call_fixture::0"),
343-
),
344-
),
341+
has_before("child_manual_call_fixture"),
342+
has_after("child_manual_call_fixture::0"),
343+
),
344+
),
345345
has_container(allured_testdir.allure_report,
346346
has_before("parent_dyn_call_fixture"),
347347
has_after("parent_dyn_call_fixture::0"),
@@ -358,17 +358,17 @@ def test_three(request):
358358
has_after("parent_auto_call_fixture::0"),
359359
),
360360
not_(has_container(allured_testdir.allure_report,
361-
has_before("child_manual_call_fixture"),
362-
has_after("child_manual_call_fixture::0"),
363-
),
364-
),
361+
has_before("child_manual_call_fixture"),
362+
has_after("child_manual_call_fixture::0"),
363+
),
364+
),
365365
has_container(allured_testdir.allure_report,
366366
has_before("parent_dyn_call_fixture"),
367367
has_after("parent_dyn_call_fixture::0"),
368368
),
369369
not_(has_container(allured_testdir.allure_report,
370-
has_before("child_dyn_call_fixture"),
371-
),
372-
)
373-
)
370+
has_before("child_dyn_call_fixture"),
371+
),
372+
)
373+
)
374374
)

0 commit comments

Comments
 (0)