コード例 #1
0
ファイル: testsqldb.py プロジェクト: pv-bull/sequencer
 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)
コード例 #2
0
ファイル: testfiledb.py プロジェクト: af-bull/sequencer
    def tearDown(self):
#        self.db.drop_table()
        AssertDB.tearDown(self)