X-Git-Url: http://git.veekun.com/zzz-pokedex.git/blobdiff_plain/bd70b19c7408e29a74a15e1288db1821f58cf777..583c05848d31fb94a14f3ba8aaede3e31106aabf:/pokedex/tests/__init__.py diff --git a/pokedex/tests/__init__.py b/pokedex/tests/__init__.py index 29b7a56..7565cc7 100644 --- a/pokedex/tests/__init__.py +++ b/pokedex/tests/__init__.py @@ -7,9 +7,8 @@ from pokedex.db.load import load def setup(): # Reload data just in case session = connect() - load(session, verbose=False, drop_tables=True) open_index(session=session, recreate=True) def teardown(): - print "teardown" + pass