Open
Description
Enhancement
Current behavior:
GitHub CI does not run tests, while the Windows test runner & Local Linux pytest runs do.
For example, this missing symbol fails on Windows & locally as expected, but does not under the Linux runners.
Expected behavior:
Linux runners fail as expected:
FAILED tests/unit/scene/test_scene_dunder_methods.py::test_contains - NameError: name 'Walls_SpriteList' is not defined
Steps to reproduce/example code:
Use b85a87f5a1a5d1d732
on gran4/improve_scene
.