pytest: run tests on non-windows with new names (#2349)
This commit is contained in:
parent
426e9d3090
commit
78a4b01db5
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue