We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 911ea5d commit 8554587Copy full SHA for 8554587
CHANGELOG.rst
@@ -8,6 +8,7 @@ master (unreleased)
8
- Added tests for the validators mapping
9
- Minor syntax changes
10
- Added perf rec tests
11
+- Add configuration for py.test
12
- Reactivate accidentally skipped ``test_validations.py`` tests
13
14
Release 1.0.2 (2017-10-10)
setup.cfg
@@ -10,3 +10,11 @@ multi_line_output = 5
not_skip = __init__.py
skip = migrations, settings
line_length = 80
+
+[tool:pytest]
15
16
+addopts =
17
+ --ds=demo.settings
18
19
+testpaths =
20
+ demo/tests
0 commit comments