veekun_pokedex/pokedex/tests/__init__.py
2010-03-28 22:18:27 -07:00

7 lines
108 B
Python

def setup():
# XXX This needs to recreate the database, someday. :(
pass
def teardown():
pass