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 rbcollins
Recipients chris.jerdonek, eric.araujo, ezio.melotti, rbcollins, vstinner, xdegaye
Date 2014-10-18.00:40:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1413592847.4.0.864412280488.issue16079@psf.upfronthosting.co.za>
In-reply-to
Content
FWIW testtools rejects test suites with duplicate test ids; I'm considering adding that feature into unittest itself. We'd need an option to make it warn rather than error I think, but if we did that we wouldn't need a separate script at all.
History
Date User Action Args
2014-10-18 00:40:47rbcollinssetrecipients: + rbcollins, vstinner, ezio.melotti, eric.araujo, chris.jerdonek, xdegaye
2014-10-18 00:40:47rbcollinssetmessageid: <1413592847.4.0.864412280488.issue16079@psf.upfronthosting.co.za>
2014-10-18 00:40:47rbcollinslinkissue16079 messages
2014-10-18 00:40:46rbcollinscreate