Test: fix typo in pytest.ini (#4502)

The typo disabled a bunch of tests :S
This commit is contained in:
black-sliver
2025-01-17 02:10:48 +01:00
committed by GitHub
parent 9d4bd6eebd
commit 78904151b0

View File

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