Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-11-11 | fix a typo in the switch prompt test | Bryan Bishop | |
2013-11-11 | rename the switch prompt detector | Bryan Bishop | |
2013-11-11 | fix the is_switch_prompt test | Bryan Bishop | |
2013-11-11 | a test for detecting the yes/no prompt | Bryan Bishop | |
2013-11-11 | use set_battle_mon_hp in a test | Bryan Bishop | |
2013-11-11 | detect the "mandatory switch" menuvba-automation | Bryan Bishop | |
This requires a slightly slower text_wait function. There is probably a way to refactor that function in a way that doesn't cause cancer. | |||
2013-11-11 | switch tests to use new battle starter | Bryan Bishop | |
2013-11-09 | make sure an attack works (new test) | Bryan Bishop | |
2013-11-09 | write another quick battle test | Bryan Bishop | |
2013-11-09 | simplify the battle tests | Bryan Bishop | |
2013-11-09 | simplify the vba-related tests | Bryan Bishop | |
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. |