Smoke test pytest-rerunfailures
This commit is contained in:
parent
cd67c2a8cf
commit
875f226d3b
2
tox.ini
2
tox.ini
|
@ -130,6 +130,7 @@ deps =
|
||||||
pytest-flakes
|
pytest-flakes
|
||||||
pytest-html
|
pytest-html
|
||||||
pytest-mock
|
pytest-mock
|
||||||
|
pytest-rerunfailures
|
||||||
pytest-sugar
|
pytest-sugar
|
||||||
pytest-trio
|
pytest-trio
|
||||||
pytest-twisted
|
pytest-twisted
|
||||||
|
@ -143,6 +144,7 @@ commands =
|
||||||
pytest --cov=. simple_integration.py
|
pytest --cov=. simple_integration.py
|
||||||
pytest --ds=django_settings simple_integration.py
|
pytest --ds=django_settings simple_integration.py
|
||||||
pytest --html=simple.html simple_integration.py
|
pytest --html=simple.html simple_integration.py
|
||||||
|
pytest --reruns 5 simple_integration.py
|
||||||
pytest pytest_anyio_integration.py
|
pytest pytest_anyio_integration.py
|
||||||
pytest pytest_asyncio_integration.py
|
pytest pytest_asyncio_integration.py
|
||||||
pytest pytest_mock_integration.py
|
pytest pytest_mock_integration.py
|
||||||
|
|
Loading…
Reference in New Issue