def tearDown(self): """Tear down test fixture for each functional test method.""" DBSession.close() daemons.execute_in_thread('radicale', lambda: transaction.commit()) teardown_db() transaction.commit() DBSession.close_all() config['tg.app_globals'].sa_engine.dispose()
def tearDown(self): """Tear down test fixture for each functional test method.""" DBSession.close() daemons.execute_in_thread('radicale', lambda: transaction.commit()) teardown_db()