mirror of
https://github.com/ArchipelagoMW/Archipelago.git
synced 2026-09-25 07:24:29 -07:00
Tests: actually run tests in __init__.py files (#4969)
* 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 <[email protected]>
This commit is contained in:
+1
-1
@@ -1,5 +1,5 @@
|
|||||||
[pytest]
|
[pytest]
|
||||||
python_files = test_*.py Test*.py # TODO: remove Test* once all worlds have been ported
|
python_files = test_*.py Test*.py __init__.py # TODO: remove Test* once all worlds have been ported
|
||||||
python_classes = Test
|
python_classes = Test
|
||||||
python_functions = test
|
python_functions = test
|
||||||
testpaths =
|
testpaths =
|
||||||
|
|||||||
Reference in New Issue
Block a user