def assertDriverIterationDataRecorded(self, expected, tolerance):
     con = sqlite3.connect(self.filename)
     cur = con.cursor()
     assertDriverIterationDataRecorded(self, cur, expected, tolerance)
     con.close()
 def assertDriverIterationDataRecorded(self, expected, tolerance):
     con = sqlite3.connect(self.filename)
     cur = con.cursor()
     assertDriverIterationDataRecorded(self, cur, expected, tolerance)
     con.close()