Archipelago/worlds/zillion/test
Doug Hoskisson d8004f82ef
Zillion: some typing fixes ()
`colorama` has type stubs when it didn't before

`ZillionDeltaPatch.hash` annotated type could be `None` but md5s doesn't allow `None`

type of `CollectionState.prog_items` changed

`WorldTestBase` moved

all of the following are related to this issue:
https://github.com/python/typing/discussions/1486

CommonContext for `command_processor` (is invalid without specifying immutable - but I don't need it anyway)

ZillionWorld options and settings (is invalid without specifying immutable - but I do need it)
2023-12-06 18:23:43 +01:00
..
TestGoal.py Tests: now autoload tests from /worlds/*/test () 2022-12-11 13:15:23 +01:00
TestOptions.py Core: move option results to the World class instead of MultiWorld () 2023-10-10 22:30:20 +02:00
TestReproducibleRandom.py Tests: now autoload tests from /worlds/*/test () 2022-12-11 13:15:23 +01:00
__init__.py Zillion: some typing fixes () 2023-12-06 18:23:43 +01:00