mirror of
https://github.com/ArchipelagoMW/Archipelago.git
synced 2026-09-24 16:54:33 -07:00
pytest: only check tests/ and worlds/ (#4500)
This allows having failing tests in CI in worlds_disabled and allows moving worlds there to disable tests.
This commit is contained in:
@@ -2,3 +2,6 @@
|
|||||||
python_files = test_*.py Test*.py # TODO: remove Test* once all worlds have been ported
|
python_files = test_*.py Test*.py # TODO: remove Test* once all worlds have been ported
|
||||||
python_classes = Test
|
python_classes = Test
|
||||||
python_functions = test
|
python_functions = test
|
||||||
|
testpaths =
|
||||||
|
tests
|
||||||
|
worlds
|
||||||
|
|||||||
Reference in New Issue
Block a user