Searched refs:coverfile (Results 1 – 1 of 1) sorted by relevance
373 coverfile = 'tmp.cover' variable in TestCoverageCommandLineOutput385 unlink(self.coverfile)398 self.assertTrue(os.path.exists(self.coverfile))399 with open(self.coverfile) as f:409 self.assertTrue(os.path.exists(self.coverfile))410 with open(self.coverfile) as f: