Message340687
| 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:02 | rhettinger | set | recipients: + rhettinger, gregory.p.smith, vstinner, rbcollins, ezio.melotti, eric.araujo, chris.jerdonek, xdegaye, miss-islington |
| 2019-04-23 00:53:02 | rhettinger | set | messageid: <1555980782.94.0.971258491948.issue16079@roundup.psfhosted.org> |
| 2019-04-23 00:53:02 | rhettinger | link | issue16079 messages |
| 2019-04-23 00:53:02 | rhettinger | create | |