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:
black-sliver 2025-01-17 01:53:50 +01:00 committed by GitHub
parent 5c56dc0357
commit 9d4bd6eebd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 0 deletions

View File

@ -2,3 +2,6 @@
python_files = test_*.py Test*.py # TODO: remove Test* once all worlds have been ported
python_classes = Test
python_functions = test
testpaths =
tests
worlds