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 xdegaye
Recipients chris.jerdonek, ezio.melotti, michael.foord, pitrou, xdegaye
Date 2012-09-27.08:01:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1348732861.21.0.862969530488.issue16056@psf.upfronthosting.co.za>
In-reply-to
Content
Running find_duplicate_test_names.py (after changing the print
statements) on the 2.7 branch, gives the following output:

$ ./python find_duplicate_test_names.py Lib/test/
Duplicate test method names:
Lib/test/test_unicode.py: <module>.UnicodeTest.test_capitalize
Lib/test/test_iter.py: <module>.TestCase.test_unicode_join_endcase

The duplicate in Lib/test/test_iter.py is defined on purpose.
History
Date User Action Args
2012-09-27 08:01:01xdegayesetrecipients: + xdegaye, pitrou, ezio.melotti, michael.foord, chris.jerdonek
2012-09-27 08:01:01xdegayesetmessageid: <1348732861.21.0.862969530488.issue16056@psf.upfronthosting.co.za>
2012-09-27 08:01:00xdegayelinkissue16056 messages
2012-09-27 08:01:00xdegayecreate