Update test_strings.py to the new API (still fails though)
[zzz-pokedex.git] / pokedex / tests / __init__.py
1 def setup():
2 # XXX This needs to recreate the database, someday. :(
3 pass
4
5 def teardown():
6 pass