]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Close #19746: expose unittest discovery errors on TestLoader.errors
authorRobert Collins <rbtcollins@hp.com>
Mon, 20 Oct 2014 00:24:05 +0000 (13:24 +1300)
committerRobert Collins <rbtcollins@hp.com>
Mon, 20 Oct 2014 00:24:05 +0000 (13:24 +1300)
commitf920c2122b86857f6c6b61ba857ba5f51dccf7d0
tree2984e2d2ee149bbc36bd7f8be2881ca392e664d5
parent1ed2e69a4ac1a4ac5a83ce3ab332b3051eaf59f0
Close #19746: expose unittest discovery errors on TestLoader.errors

This makes it possible to examine the errors from unittest discovery
without executing the test suite - important when the test suite may
be very large, or when enumerating the test ids from a test suite.
Doc/library/unittest.rst
Lib/unittest/loader.py
Lib/unittest/test/test_discovery.py
Lib/unittest/test/test_loader.py
Misc/NEWS