]> granicus.if.org Git - python/commit
Experience with Zope2's tests showed it's a Bad Idea to make unittest
authorTim Peters <tim.peters@gmail.com>
Tue, 12 Oct 2004 22:29:54 +0000 (22:29 +0000)
committerTim Peters <tim.peters@gmail.com>
Tue, 12 Oct 2004 22:29:54 +0000 (22:29 +0000)
commit7b759da1b8d1ce870ff77c34250f983a73f75b32
tree18f19a118d85d5608b28ebc33c93eb03aea63bdd
parent3b01a70f76377b5692279fc2ed35c4e601cc9b03
Experience with Zope2's tests showed it's a Bad Idea to make unittest
display a test's docstring as "the name" of the test.  So changed most
test docstrings to comments, and removed the clearly useless ones.  Now
unittest reports the actual names of the test methods.
Lib/test/test_subprocess.py