New submission from Xavier de Gaye:

There are 5 duplicate test names in this file.

$ ./python -m unittest Lib/lib2to3/tests/test_fixers.py
......................................................................
----------------------------------------------------------------------
Ran 451 tests in 8.770s

OK

With the patch applied:

$ ./python -m unittest Lib/lib2to3/tests/test_fixers.py
......................................................................
----------------------------------------------------------------------
Ran 456 tests in 8.810s

OK

----------
components: Library (Lib)
files: duplicate_test_name.patch
keywords: patch
messages: 198531
nosy: benjamin.peterson, xdegaye
priority: normal
severity: normal
status: open
title: duplicate test names in Lib/lib2to3/tests/test_fixers.py
type: behavior
versions: Python 3.4
Added file: http://bugs.python.org/file31894/duplicate_test_name.patch

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue19115>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to