[setup.cfg] configure pytest to run on "Tests/" folder by default

The embedded doctests won't work anymore when running "pytest", as they are still in Lib/fontTools.

We'll have to port them to unittest/pytest.
This commit is contained in:
Cosimo Lupo 2017-01-15 22:03:27 +00:00
parent a01fc22fbc
commit cee2fdfccc
No known key found for this signature in database
GPG Key ID: B61AAAD0B53A6419

View File

@ -39,7 +39,7 @@ license_file = LICENSE
[tool:pytest] [tool:pytest]
minversion = 2.8 minversion = 2.8
testpaths = testpaths =
Lib/fontTools Tests
python_files = python_files =
*_test.py *_test.py
python_classes = python_classes =