Beispiel #1
0
 def tearDown(self):
     from c3sar.models import DBSession
     DBSession.remove()
Beispiel #2
0
 def tearDown(self):
     # maybe I need to check and remove globals here,
     # so the other tests are not compromised
     #del engine
     from c3sar.models import DBSession
     DBSession.remove()
Beispiel #3
0
 def setUp(self):
     from c3sar.models import DBSession
     DBSession.remove()