Merge pull request #4141 from blueyed/testpaths-fix

tox.ini: fix testpaths
This commit is contained in:
Daniel Hahler
2018-10-14 17:21:10 +02:00
committed by GitHub

View File

@@ -206,7 +206,8 @@ rsyncdirs = tox.ini doc src testing
python_files = test_*.py *_test.py testing/*/*.py
python_classes = Test Acceptance
python_functions = test
testpaths = doc,testing
# NOTE: "doc" is not included here, but gets tested explicitly via "doctesting".
testpaths = testing
norecursedirs = testing/example_scripts
xfail_strict=true
filterwarnings =