Test in random order to prevent collisions

This commit is contained in:
Hugo 2019-02-02 13:54:18 +02:00
parent 45a1b7c7f1
commit 850d746b60

View file

@ -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