Added tests for form lookup, fixing the suite.
[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