Home
last modified time | relevance | path

Searched refs:coverfile (Results 1 - 1 of 1) sorted by relevance

/third_party/python/Lib/test/
H A Dtest_trace.py444 coverfile = 'tmp.cover' variable in TestCoverageCommandLineOutput
457 unlink(self.coverfile)
470 self.assertTrue(os.path.exists(self.coverfile))
471 with open(self.coverfile, encoding='iso-8859-15') as f:
482 self.assertTrue(os.path.exists(self.coverfile))
483 with open(self.coverfile, encoding='iso-8859-15') as f:

Completed in 2 milliseconds