diff options
author | Bryan Bishop <kanzure@gmail.com> | 2013-11-09 15:45:03 -0600 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2013-11-09 15:45:03 -0600 |
commit | 3868fb1e0622e5d3cda0c093ce3114c485fd0096 (patch) | |
tree | 184fc43668e7bfda64105693debeb36b9f3b9254 /tests/setup_vba.py | |
parent | 54e2b189b8b9765d17d4c0d05675ac70c2bec2ac (diff) |
simplify the vba-related tests
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.
Diffstat (limited to 'tests/setup_vba.py')
-rw-r--r-- | tests/setup_vba.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/setup_vba.py b/tests/setup_vba.py new file mode 100644 index 0000000..6e615e2 --- /dev/null +++ b/tests/setup_vba.py @@ -0,0 +1,4 @@ +import pokemontools.vba.vba as vba +import pokemontools.vba.keyboard as keyboard +import pokemontools.vba.autoplayer as autoplayer +autoplayer.vba = vba |