mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 04:01:32 -06:00

* demonstrate our pytest/CI configuration missing a __init__ test failure * tell pytest/CI to run tests in __init__.py files * revert the demonstration test failure --------- Co-authored-by: black-sliver <59490463+black-sliver@users.noreply.github.com>
8 lines
188 B
INI
8 lines
188 B
INI
[pytest]
|
|
python_files = test_*.py Test*.py __init__.py # TODO: remove Test* once all worlds have been ported
|
|
python_classes = Test
|
|
python_functions = test
|
|
testpaths =
|
|
test
|
|
worlds
|