Beispiel #1
0
 def tearDown(self):
     with io.StringIO() as out:
         self.db.raw_db.dump(out)
         print "Table is: \n" + out.getvalue()
     self.db.drop_table()
     self.connection.close()
     AssertDB.tearDown(self)
Beispiel #2
0
    def tearDown(self):
#        self.db.drop_table()
        AssertDB.tearDown(self)