Issue19123
Created on 2013-09-29 10:24 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-29 10:24 | review | ||
| Messages (4) | |||
|---|---|---|---|
| msg198577 - (view) | Author: Xavier de Gaye (xdegaye) * ![]() |
Date: 2013-09-29 10:24 | |
Duplicate method names: ./Lib/test/test_regrtest.py:210 ParseArgsTestCase.test_findleaks Attached patch fixes it. |
|||
| msg198589 - (view) | Author: Roundup Robot (python-dev) ![]() |
Date: 2013-09-29 14:47 | |
New changeset 39f9adc8ad5b by Benjamin Peterson in branch 'default': delete duplicate test (closes #19123) http://hg.python.org/cpython/rev/39f9adc8ad5b |
|||
| msg198629 - (view) | Author: Xavier de Gaye (xdegaye) * ![]() |
Date: 2013-09-29 19:12 | |
After the last changeset 39f9adc8ad5b there are still 3 methods named test_findleaks. The proposed patch was also missing one of them. |
|||
| msg198630 - (view) | Author: Roundup Robot (python-dev) ![]() |
Date: 2013-09-29 19:18 | |
New changeset 280d403434c4 by Benjamin Peterson in branch 'default': rename some more tests to avoid duplicate names (#19123) http://hg.python.org/cpython/rev/280d403434c4 |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022-04-11 14:57:51 | admin | set | github: 63322 |
| 2013-09-29 19:18:51 | python-dev | set | messages: + msg198630 |
| 2013-09-29 19:12:05 | xdegaye | set | messages: + msg198629 |
| 2013-09-29 14:47:15 | python-dev | set | status: open -> closed nosy:
+ python-dev resolution: fixed |
| 2013-09-29 10:24:06 | xdegaye | create | |
