Exemplo n.º 1
0
 def setUp(self):
     self.transaction = tests.getTransaction()
     self.session = tests.create_engine_and_init_db()
     self.config = testing.setUp()
Exemplo n.º 2
0
 def setUpClass(cls):
     tmp_session = tests.create_engine_and_init_db(db_reset=True)
     tmp_session.remove()