Issue 19115: duplicate test names in Lib/lib2to3/tests/test_fixers.py
Created on 2013-09-28 16:52 by xdegaye, last changed 2022-04-11 14:57 by admin. This issue is now closed.
| Files | ||||
|---|---|---|---|---|
| File name | Uploaded | Description | Edit | |
| duplicate_test_name.patch | xdegaye, 2013-09-28 16:52 | review | ||
| Messages (2) | |||
|---|---|---|---|
| msg198531 - (view) | Author: Xavier de Gaye (xdegaye) * ![]() |
Date: 2013-09-28 16:52 | |
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 |
|||
| msg198541 - (view) | Author: Roundup Robot (python-dev) ![]() |
Date: 2013-09-28 19:13 | |
New changeset 39bb7421cb69 by Benjamin Peterson in branch '2.7': fix duplicate test names (closes #19115) http://hg.python.org/cpython/rev/39bb7421cb69 New changeset 6bf37e2cbe83 by Benjamin Peterson in branch '3.3': fix duplicate test names (closes #19115) http://hg.python.org/cpython/rev/6bf37e2cbe83 New changeset 9f1694c2d47f by Benjamin Peterson in branch 'default': merge 3.3 (#19115) http://hg.python.org/cpython/rev/9f1694c2d47f |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022-04-11 14:57:51 | admin | set | github: 63314 |
| 2013-09-28 19:13:32 | python-dev | set | status: open -> closed nosy:
+ python-dev resolution: fixed |
| 2013-09-28 16:52:57 | xdegaye | create | |
