X-Git-Url: http://git.veekun.com/zzz-floof.git/blobdiff_plain/c03a740f65ea24ba6567b0ef75f3785faae37d42..453a7ca3b9d5e7093f843b883db58f9beb1b3aa8:/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)