pytest: run tests on non-windows with new names (#2349)
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user