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 zach.ware
Recipients defreng, ezio.melotti, michael.foord, rbcollins, serhiy.storchaka, xtreak, zach.ware
Date 2020-07-17.19:23:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1595013815.26.0.982704624717.issue41322@roundup.psfhosted.org>
In-reply-to
Content
In the same vein as Serhiy's suggestion, I would like to see unittest raise a DeprecationWarning when a test method returns anything other than `None`, and eventually switch that to an error (probably TypeError or ValueError).
History
Date User Action Args
2020-07-17 19:23:35zach.waresetrecipients: + zach.ware, rbcollins, ezio.melotti, michael.foord, serhiy.storchaka, xtreak, defreng
2020-07-17 19:23:35zach.waresetmessageid: <1595013815.26.0.982704624717.issue41322@roundup.psfhosted.org>
2020-07-17 19:23:35zach.warelinkissue41322 messages
2020-07-17 19:23:35zach.warecreate