]> granicus.if.org Git - python/commit
Enable unittest.TestCase to be instantiated without providing a method name.
authorMichael Foord <fuzzyman@voidspace.org.uk>
Mon, 3 Jan 2011 17:00:11 +0000 (17:00 +0000)
committerMichael Foord <fuzzyman@voidspace.org.uk>
Mon, 3 Jan 2011 17:00:11 +0000 (17:00 +0000)
commit32e1d8340c05fa62ba51dbd942bdc09a21e65f6e
tree4523249e3c25efec0cc94a82a9392894282d3990
parentfaa8c13ef43eda21a363524a7eb0ff1b361bbe67
Enable unittest.TestCase to be instantiated without providing a method name.
Changed unittestgui to show number of discovered tests in the status bar.
Doc/library/unittest.rst
Lib/unittest/case.py
Lib/unittest/test/test_case.py
Misc/NEWS
Tools/unittestgui/unittestgui.py