summary refs log tree commit diff stats
path: root/test/TestDoors.py
Commit message (Collapse)AuthorAgeFilesLines
* Lingo: Tests no longer disable forced good item (#2602)Star Rauchenberger2023-12-181-0/+10
| | | 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: Default color shuffle to on (#2548)Star Rauchenberger2023-12-041-3/+6
| | | | | * Lingo: Default color shuffle on * Raise error if no progression in multiworld
* Lingo: New game (#1806)Star Rauchenberger2023-11-081-0/+89
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>