X-Git-Url: http://git.veekun.com/zzz-floof.git/blobdiff_plain/c03a740f65ea24ba6567b0ef75f3785faae37d42..dc9ecbad36153af00773b4951120b4697b33193e:/floof/tests/__init__.py diff --git a/floof/tests/__init__.py b/floof/tests/__init__.py index 68cb322..fc14a48 100644 --- a/floof/tests/__init__.py +++ b/floof/tests/__init__.py @@ -73,7 +73,7 @@ def teardown(): class TestModel(TestCase): def setUp(self): setup_all(True) - + def tearDown(self): drop_all(engine)