cpython/Lib/test/libregrtest
Victor Stinner 99ba73d118
bpo-31009: Move fd_count() to test.support (#7308)
* Move fd_count() from test.libregrtest.refleak to test.support
* Fix support.fd_count() on Windows: Call CrtSetReportMode() to not
  kill the process on invalid file descriptor if Python is compiled
  in debug mode.
2018-06-01 13:47:24 +02:00
..
__init__.py bpo-30822: Exclude tzdata from regrtest --all (#2775) (#2777) 2017-07-20 17:08:48 +02:00
cmdline.py bpo-30822: Exclude tzdata from regrtest --all (#2775) (#2777) 2017-07-20 17:08:48 +02:00
main.py regrtest: repeat summary after re-run (GH-7159) (GH-7245) 2018-05-30 17:41:30 +02:00
refleak.py bpo-31009: Move fd_count() to test.support (#7308) 2018-06-01 13:47:24 +02:00
runtest.py [3.6] bpo-31324: Optimize support._match_test() (#4523) 2017-11-23 17:42:04 +01:00
runtest_mp.py test.regrtest: flush stdout when display progress (GH-7105) 2018-05-25 10:08:23 -07:00
save_env.py regrtest: always show before/after of modified env (#1192) (#1406) 2017-05-03 02:12:22 +02:00
setup.py bpo-32872: Avoid regrtest compatibility issue with namespace packages. (GH-6276) (GH-6278) 2018-03-28 02:43:51 -04:00