Test in random order to prevent collisions

This commit is contained in:
Hugo 2019-02-02 13:40:17 +02:00
parent b30fe33cc1
commit 45a1b7c7f1

View file

@ -14,6 +14,7 @@ deps =
mock
ipdb
pytest-cov
pytest-random-order
flaky
commands = pytest -v -s -W all --cov pylast --cov-report term-missing {posargs}