Пример #1
0
 def tearDown(self):
     super(SessionErrorWrapperTestCase, self).tearDown()
     meta = MetaData()
     meta.bind = session.get_engine()
     test_table = Table(_TABLE_NAME, meta, autoload=True)
     test_table.drop()
     session.cleanup()
Пример #2
0
 def tearDown(self):
     super(SessionErrorWrapperTestCase, self).tearDown()
     meta = MetaData()
     meta.bind = session.get_engine()
     test_table = Table(_TABLE_NAME, meta, autoload=True)
     test_table.drop()
     session.cleanup()
Пример #3
0
 def tearDown(self):
     super(RegexpFilterTestCase, self).tearDown()
     meta = MetaData()
     meta.bind = session.get_engine()
     test_table = Table(_REGEXP_TABLE_NAME, meta, autoload=True)
     test_table.drop()
     session.cleanup()
Пример #4
0
 def tearDown(self):
     super(RegexpFilterTestCase, self).tearDown()
     meta = MetaData()
     meta.bind = session.get_engine()
     test_table = Table(_REGEXP_TABLE_NAME, meta, autoload=True)
     test_table.drop()
     session.cleanup()