cpython/Lib/test/libregrtest
Miss Islington (bot) 9ade4cbc0f
bpo-35513, unittest: TextTestRunner uses time.perf_counter() (GH-11180)
TextTestRunner of unittest.runner now uses time.perf_counter() rather
than time.time() to measure the execution time of a test: time.time()
can go backwards, whereas time.perf_counter() is monotonic.

Similar change made in libregrtest, pprint and random.
(cherry picked from commit 8db5b54463)

Co-authored-by: Victor Stinner <vstinner@redhat.com>
2018-12-17 02:49:22 -08:00
..
__init__.py bpo-30822: Exclude tzdata from regrtest --all (#2775) 2017-07-20 15:46:32 +02:00
cmdline.py [3.7] bpo-34279: Synchronize regrtest with master (GH-10800) 2018-11-29 21:14:59 +01:00
main.py [3.7] bpo-34279: Synchronize regrtest with master (GH-10800) 2018-11-29 21:14:59 +01:00
refleak.py bpo-31333: Re-implement ABCMeta in C (GH-5733) 2018-02-18 17:39:43 +00:00
runtest.py bpo-35513, unittest: TextTestRunner uses time.perf_counter() (GH-11180) 2018-12-17 02:49:22 -08:00
runtest_mp.py [3.7] bpo-34279: Synchronize regrtest with master (GH-10800) 2018-11-29 21:14:59 +01:00
save_env.py bpo-31370: Remove support for threads-less builds (#3385) 2017-09-07 18:56:24 +02:00
setup.py bpo-32872: Avoid regrtest compatibility issue with namespace packages. (GH-6276) (#6277) 2018-03-28 02:39:19 -04:00
utils.py bpo-33873: Backport regrtest from master to 3.7 (GH-7935) 2018-06-26 23:47:35 +02:00