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: duplicated test name in getattr_static's test case
Type: Stage: resolved
Components: Tests Versions: Python 3.2, Python 3.3
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: ezio.melotti Nosy List: Trundle, ezio.melotti, michael.foord, python-dev
Priority: normal Keywords: patch

Created on 2011-04-27 13:51 by Trundle, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
duplicated_test_descriptor.patch Trundle, 2011-04-27 13:51 review
Messages (3)
msg134565 - (view) Author: Andreas Stührk (Trundle) * Date: 2011-04-27 13:51
There are two tests called "test_descriptor" in getattr_static's test case. Attached is a patch that renames one.
msg134625 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2011-04-27 22:00
New changeset ef35dae58077 by Ezio Melotti in branch '3.2':
#11938: Fix duplicated test name in test_inspect. Patch by Andreas Stührk.
http://hg.python.org/cpython/rev/ef35dae58077

New changeset bdd6d8631994 by Ezio Melotti in branch 'default':
#11938: merge with 3.2.
http://hg.python.org/cpython/rev/bdd6d8631994
msg134626 - (view) Author: Ezio Melotti (ezio.melotti) * (Python committer) Date: 2011-04-27 22:01
Fixed, thanks for the patch!
History
Date User Action Args
2022-04-11 14:57:16adminsetgithub: 56147
2011-04-27 22:01:28ezio.melottisetstatus: open -> closed

assignee: ezio.melotti

nosy: + ezio.melotti
messages: + msg134626
resolution: fixed
stage: resolved
2011-04-27 22:00:35python-devsetnosy: + python-dev
messages: + msg134625
2011-04-27 13:51:22Trundlecreate