pytest: run tests on non-windows with new names (#2349)

This commit is contained in:
black-sliver
2023-10-24 10:59:15 +02:00
committed by GitHub
parent 426e9d3090
commit 78a4b01db5

View File

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