projects
/
zzz-floof.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Fixed adding regular tags.
[zzz-floof.git]
/
floof
/
tests
/
__init__.py
diff --git
a/floof/tests/__init__.py
b/floof/tests/__init__.py
index
68cb322
..
fc14a48
100644
(file)
--- 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)