Message171369
| 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. |
|