Files
Grinch-AP/pytest.ini

8 lines
200 B
INI

[pytest]
python_files = test_*.py Test*.py **/test*/**/__init__.py # TODO: remove Test* once all worlds have been ported
python_classes = Test
python_functions = test
testpaths =
test
worlds