Skip to content

Commit

Permalink
Make tests order independent (v3) (#940)
Browse files Browse the repository at this point in the history
* Completes 'Make tests order independent'
  • Loading branch information
Jean-Louis Fuchs committed Apr 20, 2020
1 parent 9bb0554 commit f33223d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pytest.ini

This file was deleted.

4 changes: 4 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,7 @@ include_trailing_comma=True
force_grid_wrap=0
use_parentheses=True
line_length=88

[tool:pytest]
DJANGO_SETTINGS_MODULE = django_test_settings
addopts = --random-order
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
tests_require = [
"pytest>=3.6.3",
"pytest-cov",
"pytest-random-order",
"coveralls",
"mock",
"pytz",
Expand Down

0 comments on commit f33223d

Please sign in to comment.