Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/test/
Dtest_trace.py373 coverfile = 'tmp.cover' variable in TestCoverageCommandLineOutput
385 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: