def tearDown(self): super(SQLAlchemyPatchTestCase, self).tearDown() # clear the database and dispose the engine self.conn.close() self.engine.dispose() unpatch()
def tearDown(self): # clear the database and dispose the engine self.conn.close() self.engine.dispose() unpatch()