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):
16
16
allured_testdir .run_with_allure ("--flakes" )
17
17
18
18
assert_that (allured_testdir .allure_report ,
19
- has_test_case ("test_pytest_flakes.py " ,
19
+ has_test_case ("flake-8 " ,
20
20
with_status ("broken" )
21
21
),
22
22
Original file line number Diff line number Diff line change @@ -16,12 +16,16 @@ deps =
16
16
{distshare}/allure-python-commons-?.*.zip
17
17
pyhamcrest
18
18
mock
19
+ pytest-flakes
20
+ pytest-rerunfailures
21
+ pytest-xdist
22
+ pytest-lazy-fixture
19
23
20
24
commands =
21
25
py.test --basetemp ={envtmpdir}/tmp \
22
26
--alluredir ={envtmpdir}/allure-results \
23
27
-W ignore::pytest.PytestExperimentalApiWarning \
24
- -p pytester {posargs: ./test/acceptance}
28
+ -p pytester {posargs: ./test/acceptance ./test/integration }
25
29
26
30
[testenv:integration]
27
31
description = Test integration with pytest-flakes
You can’t perform that action at this time.
0 commit comments