Tests: only get __init__.py tests from test directories (#5135)

This commit is contained in:
Doug Hoskisson
2025-07-27 18:10:06 -07:00
committed by GitHub
parent f8d1e4edf3
commit 5e2702090c

View File

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