Ejemplo n.º 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()
Ejemplo n.º 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()
Ejemplo n.º 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()
Ejemplo n.º 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()