[New-bugs-announce] [issue19115] duplicate test names in Lib/lib2to3/tests/test_fixers.py

Xavier de Gaye report at bugs.python.org
Sat Sep 28 18:52:57 CEST 2013


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 <report at bugs.python.org>
<http://bugs.python.org/issue19115>
_______________________________________


More information about the New-bugs-announce mailing list