This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: duplicate test names in Lib/test/test_ftplib.py
Type: behavior Stage: resolved
Components: Library (Lib) Versions: Python 3.4
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: giampaolo.rodola, python-dev, xdegaye
Priority: normal Keywords: patch

Created on 2013-09-28 19:19 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 19:19 review
Messages (2)
msg198543 - (view) Author: Xavier de Gaye (xdegaye) * (Python triager) Date: 2013-09-28 19:19
Duplicate method names:
./Lib/test/test_ftplib.py:537 TestFTPClass.test_mkd

The attached patch fixes this.
msg198591 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2013-09-29 14:58
New changeset 9b3088bc24f1 by Benjamin Peterson in branch '3.3':
remove duplicate test_mkd (closes #19118)
http://hg.python.org/cpython/rev/9b3088bc24f1

New changeset c27f036e7b48 by Benjamin Peterson in branch 'default':
merge 3.3 (#19118)
http://hg.python.org/cpython/rev/c27f036e7b48
History
Date User Action Args
2022-04-11 14:57:51adminsetgithub: 63317
2013-09-29 14:58:35python-devsetstatus: open -> closed

nosy: + python-dev
messages: + msg198591

resolution: fixed
stage: resolved
2013-09-28 19:19:06xdegayecreate