[New-bugs-announce] [issue19116] duplicate test names in Lib/test/test_complex.py

Xavier de Gaye report at bugs.python.org
Sat Sep 28 20:56:06 CEST 2013


New submission from Xavier de Gaye:

$ ./python -m test -v test_complex | grep test_truediv
test_truediv (test.test_complex.ComplexTest) ... ok

After renaming the first test_truediv to test_truediv_1 and the second
one to test_truediv_2:

$ ./python -m test -v test_complex | grep test_truediv
test_truediv_1 (test.test_complex.ComplexTest) ... ok
test_truediv_2 (test.test_complex.ComplexTest) ... ok

----------
components: Library (Lib)
messages: 198539
nosy: xdegaye
priority: normal
severity: normal
status: open
title: duplicate test names in Lib/test/test_complex.py
type: behavior
versions: Python 3.4

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


More information about the New-bugs-announce mailing list