Example #1
0
    def tearDown(self):
        super(SQLAlchemyPatchTestCase, self).tearDown()

        # clear the database and dispose the engine
        self.conn.close()
        self.engine.dispose()
        unpatch()
Example #2
0
 def tearDown(self):
     # clear the database and dispose the engine
     self.conn.close()
     self.engine.dispose()
     unpatch()