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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

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