Test in random order to prevent collisions
This commit is contained in:
parent
45a1b7c7f1
commit
850d746b60
1 changed files with 1 additions and 1 deletions
2
tox.ini
2
tox.ini
|
@ -16,7 +16,7 @@ deps =
|
|||
pytest-cov
|
||||
pytest-random-order
|
||||
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]
|
||||
deps = ipdb
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue