summaryrefslogtreecommitdiff
path: root/tests/test_vba_battle.py
AgeCommit message (Collapse)Author
2013-11-11fix a typo in the switch prompt testBryan Bishop
2013-11-11rename the switch prompt detectorBryan Bishop
2013-11-11fix the is_switch_prompt testBryan Bishop
2013-11-11a test for detecting the yes/no promptBryan Bishop
2013-11-11use set_battle_mon_hp in a testBryan Bishop
2013-11-11detect the "mandatory switch" menuvba-automationBryan 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-11switch tests to use new battle starterBryan Bishop
2013-11-09make sure an attack works (new test)Bryan Bishop
2013-11-09write another quick battle testBryan Bishop
2013-11-09simplify the battle testsBryan Bishop
2013-11-09simplify the vba-related testsBryan 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.