commit | 7b759da1b8d1ce870ff77c34250f983a73f75b32 | [log] [tgz] |
---|---|---|
author | Tim Peters <tim.peters@gmail.com> | Tue Oct 12 22:29:54 2004 +0000 |
committer | Tim Peters <tim.peters@gmail.com> | Tue Oct 12 22:29:54 2004 +0000 |
tree | 18f19a118d85d5608b28ebc33c93eb03aea63bdd | |
parent | 3b01a70f76377b5692279fc2ed35c4e601cc9b03 [diff] |
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.