forked from mirror/Archipelago
This allows having failing tests in CI in worlds_disabled and allows moving worlds there to disable tests.
8 lines
177 B
INI
8 lines
177 B
INI
[pytest]
|
|
python_files = test_*.py Test*.py # TODO: remove Test* once all worlds have been ported
|
|
python_classes = Test
|
|
python_functions = test
|
|
testpaths =
|
|
tests
|
|
worlds
|