[issue16056] shadowed test names in std lib regression tests

Xavier de Gaye report at bugs.python.org
Thu Sep 27 10:01:01 CEST 2012


Xavier de Gaye added the comment:

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.

----------
versions: +Python 2.7

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue16056>
_______________________________________


More information about the Python-bugs-list mailing list