[tox.ini] set *Test pattern for pytest's python_classes

The glob pattern determines which classes are considered for test collection by pytest.
We already follow this pattern for the unittest.TestCase derived subclasses
(which are collected regardless of this option).
This commit is contained in:
Cosimo Lupo 2016-02-07 17:42:55 +00:00
parent 3d68c07830
commit 464057a4db

View File

@ -14,6 +14,8 @@ testpaths =
Lib/fontTools
python_files =
*_test.py
python_classes =
*Test
addopts =
# run py.test in verbose mode
-v