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 jaraco
Recipients ethan.furman, jaraco
Date 2021-12-19.02:59:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1639882744.23.0.221885465696.issue46126@roundup.psfhosted.org>
In-reply-to
Content
It looks like that 'descriptions' attribute is passed through from TextTestRunner, which sets it to True by default (https://github.com/python/cpython/blob/9b52920173735ac609664c6a3a3021d24a95a092/Lib/unittest/runner.py#L163). It seems that behavior isn't controllable through any command-line options or environment variables.
History
Date User Action Args
2021-12-19 02:59:04jaracosetrecipients: + jaraco, ethan.furman
2021-12-19 02:59:04jaracosetmessageid: <1639882744.23.0.221885465696.issue46126@roundup.psfhosted.org>
2021-12-19 02:59:04jaracolinkissue46126 messages
2021-12-19 02:59:04jaracocreate