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 rhettinger
Recipients chris.jerdonek, eric.araujo, ezio.melotti, gregory.p.smith, miss-islington, rbcollins, rhettinger, vstinner, xdegaye
Date 2019-04-23.00:53:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1555980782.94.0.971258491948.issue16079@roundup.psfhosted.org>
In-reply-to
Content
Should the unittest module grow a feature to scan for duplicate methods?  I imagine that duplicate methods are a common problem.

Possibly, inheriting from unittest can be accompanied by a metaclass that has __prepare__ with special dictionary that detects and warns about duplicates.
History
Date User Action Args
2019-04-23 00:53:02rhettingersetrecipients: + rhettinger, gregory.p.smith, vstinner, rbcollins, ezio.melotti, eric.araujo, chris.jerdonek, xdegaye, miss-islington
2019-04-23 00:53:02rhettingersetmessageid: <1555980782.94.0.971258491948.issue16079@roundup.psfhosted.org>
2019-04-23 00:53:02rhettingerlinkissue16079 messages
2019-04-23 00:53:02rhettingercreate