File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
test/integration/pytest_flakes Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ def test_pytest_flakes(allured_testdir):
1616 allured_testdir .run_with_allure ("--flakes" )
1717
1818 assert_that (allured_testdir .allure_report ,
19- has_test_case ("test_pytest_flakes.py " ,
19+ has_test_case ("flake-8 " ,
2020 with_status ("broken" )
2121 ),
2222
Original file line number Diff line number Diff line change @@ -16,12 +16,16 @@ deps =
1616 {distshare}/allure-python-commons-?.*.zip
1717 pyhamcrest
1818 mock
19+ pytest-flakes
20+ pytest-rerunfailures
21+ pytest-xdist
22+ pytest-lazy-fixture
1923
2024commands =
2125 py.test --basetemp ={envtmpdir}/tmp \
2226 --alluredir ={envtmpdir}/allure-results \
2327 -W ignore::pytest.PytestExperimentalApiWarning \
24- -p pytester {posargs: ./test/acceptance}
28+ -p pytester {posargs: ./test/acceptance ./test/integration }
2529
2630[testenv:integration]
2731description = Test integration with pytest-flakes
You can’t perform that action at this time.
0 commit comments