Test in random order to prevent collisions
This commit is contained in:
parent
45a1b7c7f1
commit
850d746b60
2
tox.ini
2
tox.ini
|
@ -16,7 +16,7 @@ deps =
|
||||||
pytest-cov
|
pytest-cov
|
||||||
pytest-random-order
|
pytest-random-order
|
||||||
flaky
|
flaky
|
||||||
commands = pytest -v -s -W all --cov pylast --cov-report term-missing {posargs}
|
commands = pytest -v -s -W all --cov pylast --cov-report term-missing --random-order {posargs}
|
||||||
|
|
||||||
[testenv:venv]
|
[testenv:venv]
|
||||||
deps = ipdb
|
deps = ipdb
|
||||||
|
|
Loading…
Reference in a new issue