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

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