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

Created on 2013-09-29 11: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 11:24 review
Messages (2)
msg198583 - (view) Author: Xavier de Gaye (xdegaye) * (Python triager) Date: 2013-09-29 11:24
Duplicate method names:
./Lib/test/test_webbrowser.py:161 OperaCommandTest.test_open_new

Attached patch fixes it.
msg198593 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2013-09-29 14:58
New changeset aaa00c0e825d by Benjamin Peterson in branch '3.3':
fix duplicate test name (closes #19126)
http://hg.python.org/cpython/rev/aaa00c0e825d

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

nosy: + python-dev
messages: + msg198593

resolution: fixed
stage: resolved
2013-09-29 11:24:09xdegayecreate