Archipelago/worlds/soe/test
black-sliver 518b04c08e
SoE: minor typing and style fixes (#2724)
* SoE: fix typing for tests

* SoE: explicitly export pyevermizer

To support loading the module from source (rather than module) we import
pyevermizer from `__init__.py` in other files. This has been an implicit export
and `mypy --strict` disables implicit exports, so we export it explicitly now.

* SoE: fix style in patch.py

* SoE: remove unused imports

* SoE: fix format mistakes

* SoE: cleaner typing in SoEOptions.flags

as suggested by beauxq
2024-01-15 09:17:46 +01:00
..
__init__.py SoE: minor typing and style fixes (#2724) 2024-01-15 09:17:46 +01:00
test_access.py SoE: minor typing and style fixes (#2724) 2024-01-15 09:17:46 +01:00
test_goal.py SoE: minor typing and style fixes (#2724) 2024-01-15 09:17:46 +01:00
test_oob.py SoE: minor typing and style fixes (#2724) 2024-01-15 09:17:46 +01:00
test_sequence_breaks.py SoE: minor typing and style fixes (#2724) 2024-01-15 09:17:46 +01:00
test_traps.py SoE: minor typing and style fixes (#2724) 2024-01-15 09:17:46 +01:00