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