Files
Grinch-AP/pytest.ini

8 lines
177 B
INI
Raw Normal View History

2020-04-29 18:44:03 +02:00
[pytest]
python_files = test_*.py Test*.py # TODO: remove Test* once all worlds have been ported
2020-04-29 18:44:03 +02:00
python_classes = Test
python_functions = test
testpaths =
tests
worlds