Skip to content

Commit 8554587

Browse files
committed
[test] Add configuration for py.test
1 parent 911ea5d commit 8554587

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

CHANGELOG.rst

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ master (unreleased)
88
- Added tests for the validators mapping
99
- Minor syntax changes
1010
- Added perf rec tests
11+
- Add configuration for py.test
1112
- Reactivate accidentally skipped ``test_validations.py`` tests
1213

1314
Release 1.0.2 (2017-10-10)

setup.cfg

+8
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,11 @@ multi_line_output = 5
1010
not_skip = __init__.py
1111
skip = migrations, settings
1212
line_length = 80
13+
14+
[tool:pytest]
15+
16+
addopts =
17+
--ds=demo.settings
18+
19+
testpaths =
20+
demo/tests

0 commit comments

Comments
 (0)