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 <rep...@bugs.python.org>
<http://bugs.python.org/issue19116>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to