summary refs log tree commit diff stats
path: root/test/TestOrangeTower.py
Commit message (Collapse)AuthorAgeFilesLines
* Lingo: Tests no longer disable forced good item (#2602)Star Rauchenberger2023-12-181-0/+4
| | | The static class with the "disable forced good item" field is gone. Now, certain tests that want to check for specific access progression can run a method that removes the forced good item and adds it back to the pool. Tests that don't care about this will collect the forced good item like normal. This should prevent the intermittent fill failures on complex doors unit tests, since the forced good item should provide enough locations to fill in.
* Lingo: New game (#1806)Star Rauchenberger2023-11-081-0/+175
Co-authored-by: Aaron Wagener <mmmcheese158@gmail.com> Co-authored-by: Fabian Dill <Berserker66@users.noreply.github.com> Co-authored-by: Phar <zach@alliware.com>