From 45a1b7c7f1ea043f6b0e9d9e0debe94f3da5685b Mon Sep 17 00:00:00 2001 From: Hugo Date: Sat, 2 Feb 2019 13:40:17 +0200 Subject: [PATCH] Test in random order to prevent collisions --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index a84fb2a..c06e586 100644 --- a/tox.ini +++ b/tox.ini @@ -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}