]> granicus.if.org Git - python/commit
Issue #27787: Remove test_main() and hard-coded list of test classes
authorMartin Panter <vadmium+py@gmail.com>
Tue, 23 Aug 2016 09:01:43 +0000 (09:01 +0000)
committerMartin Panter <vadmium+py@gmail.com>
Tue, 23 Aug 2016 09:01:43 +0000 (09:01 +0000)
commit1fa69154270c3ad41e8abfbc399128f31c41a63a
treea9ac9a001f1d65fedb6a2393b08dde7a80fc0311
parent9ae505041fea29dfc52c86968db48e8c78500ecc
Issue #27787: Remove test_main() and hard-coded list of test classes

The @reap_threads decorator made the test wait (for up to 1 s) until
background threads have finished.  Calling join() with a timeout should be
equivalent.
Lib/test/test_httplib.py