]> granicus.if.org Git - python/commit
Closes issue 14971.
authorMichael Foord <michael@voidspace.org.uk>
Sun, 8 Sep 2013 03:34:27 +0000 (15:34 +1200)
committerMichael Foord <michael@voidspace.org.uk>
Sun, 8 Sep 2013 03:34:27 +0000 (15:34 +1200)
commit050e9e5c59f84be160d15e8357f56c7c16e44450
treee50c732247b9c498b413e71edbaedfdecdb3c966
parentcb7e5fa935183ddf9aa59bca91c82a69fa689b35
Closes issue 14971.
 unittest test discovery no longer gets confused when a function
has a different __name__ than its name in the TestCase class dictionary.
Lib/unittest/loader.py
Lib/unittest/test/test_loader.py
Misc/NEWS