commit
3645ba3072
2
tox.ini
2
tox.ini
|
@ -147,7 +147,7 @@ commands = python scripts/publish-gh-release-notes.py {posargs}
|
||||||
|
|
||||||
[pytest]
|
[pytest]
|
||||||
minversion = 2.0
|
minversion = 2.0
|
||||||
addopts = -ra -p pytester --strict-markers
|
addopts = -rfEX -p pytester --strict-markers
|
||||||
rsyncdirs = tox.ini doc src testing
|
rsyncdirs = tox.ini doc src testing
|
||||||
python_files = test_*.py *_test.py testing/*/*.py
|
python_files = test_*.py *_test.py testing/*/*.py
|
||||||
python_classes = Test Acceptance
|
python_classes = Test Acceptance
|
||||||
|
|
Loading…
Reference in New Issue