]> granicus.if.org Git - python/commit
A faulty load_tests in a test module no longer halts test discovery. A placeholder...
authorMichael Foord <fuzzyman@voidspace.org.uk>
Sun, 21 Mar 2010 00:53:39 +0000 (00:53 +0000)
committerMichael Foord <fuzzyman@voidspace.org.uk>
Sun, 21 Mar 2010 00:53:39 +0000 (00:53 +0000)
commit73dbe0461986208564f64e80a7b79264a6a38368
tree58235809668fdad075a0731a2af197d0f3486b09
parent134fb10408d3f710c401c73443781a39c0c1a7ba
A faulty load_tests in a test module no longer halts test discovery. A placeholder test, that reports the failure, is created instead.
Lib/test/test_unittest.py
Lib/unittest/loader.py