mirror of
https://github.com/pret/pokemon-reverse-engineering-tools.git
synced 2026-08-08 18:34:12 -05:00
The imports for the emulator-related tests are now simplified in the tests/ folder. The bootstrapping.py file contains some shared functions that multiple test files might choose to use. Those functions probably belong in the actual module instead of in tests/. The battle-related tests have been separated from the other emulator tests. |
||
|---|---|---|
| .. | ||
| integration | ||
| bootstrapping.py | ||
| setup_vba.py | ||
| test_dump_sections.py | ||
| test_vba_battle.py | ||
| test_vba.py | ||
| tests.py | ||