This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author louielu
Recipients benf_wspdigital, brian, louielu
Date 2017-04-27.04:12:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1493266337.46.0.840869200648.issue30181@psf.upfronthosting.co.za>
In-reply-to
Content
This is because unittest.TestCase method `shortDescription()` will only return the first line of docstring, writing at here*:

"""
The default implementation of this method returns the first line of the test method’s docstring, if available, or None.
"""

Not sure if we may change this default behavior for this.



* https://docs.python.org/3/library/unittest.html#unittest.TestCase.shortDescription
History
Date User Action Args
2017-04-27 04:12:17louielusetrecipients: + louielu, brian, benf_wspdigital
2017-04-27 04:12:17louielusetmessageid: <1493266337.46.0.840869200648.issue30181@psf.upfronthosting.co.za>
2017-04-27 04:12:17louielulinkissue30181 messages
2017-04-27 04:12:17louielucreate