Home
last modified time | relevance | path

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

/third_party/python/Lib/test/libregrtest/
H A Dmain.py89 self.test_times = []
120 self.test_times.append((result.duration_sec, test_name))
420 self.test_times.sort(reverse=True)
423 for test_time, test in self.test_times[:10]:
/third_party/python/Lib/test/
H A Dtest_os.py4550 def test_times(self): member in TimesTests

Completed in 8 milliseconds