Skip to content
This repository has been archived by the owner on Oct 23, 2019. It is now read-only.

Commit

Permalink
tests: Add random test ordering
Browse files Browse the repository at this point in the history
  • Loading branch information
linuxdaemon committed Jun 19, 2019
1 parent 6bafde7 commit 98f7eba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions pytest.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ addopts =
--cov cloudbot --cov plugins --cov tests
--cov-report=xml
--doctest-modules
--random-order
testpaths = .
1 change: 1 addition & 0 deletions travis/requirements.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 98f7eba

Please sign in to comment.