From 98f7eba89824d50fc17dce3641f2e7ebde3a6d4d Mon Sep 17 00:00:00 2001 From: linuxdaemon Date: Tue, 18 Jun 2019 15:10:14 -0500 Subject: [PATCH] tests: Add random test ordering --- pytest.ini | 1 + travis/requirements.txt | 1 + 2 files changed, 2 insertions(+) diff --git a/pytest.ini b/pytest.ini index b59062fe5..e5abe98a7 100644 --- a/pytest.ini +++ b/pytest.ini @@ -4,4 +4,5 @@ addopts = --cov cloudbot --cov plugins --cov tests --cov-report=xml --doctest-modules + --random-order testpaths = . diff --git a/travis/requirements.txt b/travis/requirements.txt index 8dfa28121..18da1ae0c 100644 --- a/travis/requirements.txt +++ b/travis/requirements.txt @@ -1,6 +1,7 @@ pytest==4.5.0 responses==0.10.6 pytest-cov==2.7.1 +pytest-random-order==1.0.4 pytest-travis-fold==1.3.0 codecov==2.0.15 mock==3.0.5