1
0
Fork 0
mirror of https://github.com/veekun/pokedex.git synced 2024-08-20 18:16:34 +00:00
veekun_pokedex/pokedex/tests/__init__.py
2010-03-28 22:18:27 -07:00

6 lines
108 B
Python

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