We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9bb0554 commit f33223dCopy full SHA for f33223d
pytest.ini
setup.cfg
@@ -43,3 +43,7 @@ include_trailing_comma=True
43
force_grid_wrap=0
44
use_parentheses=True
45
line_length=88
46
+
47
+[tool:pytest]
48
+DJANGO_SETTINGS_MODULE = django_test_settings
49
+addopts = --random-order
setup.py
@@ -15,6 +15,7 @@
15
tests_require = [
16
"pytest>=3.6.3",
17
"pytest-cov",
18
+ "pytest-random-order",
19
"coveralls",
20
"mock",
21
"pytz",
0 commit comments