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 name in Lib/test/test_import.py
Type: behavior Stage: resolved
Components: Library (Lib) Versions: Python 3.4
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: brett.cannon, python-dev, xdegaye
Priority: normal Keywords: patch

Created on 2013-09-29 10:15 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:15 review
Messages (2)
msg198576 - (view) Author: Xavier de Gaye (xdegaye) * (Python triager) Date: 2013-09-29 10:15
Duplicate method names:
./Lib/test/test_import.py:255 ImportTests.test_import_name_binding

Attached patch fixes it.
msg198588 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2013-09-29 14:02
New changeset a25fe5675ea4 by Benjamin Peterson in branch '3.3':
remove duplicate test from test_import (closes #19122)
http://hg.python.org/cpython/rev/a25fe5675ea4

New changeset 026cfc382a13 by Benjamin Peterson in branch 'default':
merge 3.3 (#19122)
http://hg.python.org/cpython/rev/026cfc382a13
History
Date User Action Args
2022-04-11 14:57:51adminsetgithub: 63321
2013-09-29 14:02:44python-devsetstatus: open -> closed

nosy: + python-dev
messages: + msg198588

resolution: fixed
stage: resolved
2013-09-29 10:15:53xdegayecreate