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: Refactor unit test in abstract numbers test
Type: Stage: resolved
Components: Tests Versions: Python 3.3, Python 3.4
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: zach.ware Nosy List: python-dev, vajrasky, zach.ware
Priority: normal Keywords: patch

Created on 2013-12-08 04:47 by vajrasky, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
refactor_test_abstract_number.patch vajrasky, 2013-12-08 04:47 review
Messages (3)
msg205514 - (view) Author: Vajrasky Kok (vajrasky) * Date: 2013-12-08 04:47
There are superfluous lines and unused import in Lib/test/test_abstract_numbers.py.

Attached the patch to remove superfluous lines and unused import.
msg205524 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2013-12-08 07:02
New changeset 22c865babf0a by Zachary Ware in branch '3.3':
Issue #19926: Removed unneeded test_main from test_abstract_numbers.
http://hg.python.org/cpython/rev/22c865babf0a

New changeset 7ff101a449b4 by Zachary Ware in branch 'default':
Issue #19926: Removed unneeded test_main from test_abstract_numbers.
http://hg.python.org/cpython/rev/7ff101a449b4
msg205525 - (view) Author: Zachary Ware (zach.ware) * (Python committer) Date: 2013-12-08 07:03
Fixed, thanks for the patch!
History
Date User Action Args
2022-04-11 14:57:55adminsetgithub: 64125
2013-12-08 07:03:36zach.waresetstatus: open -> closed

assignee: zach.ware
versions: + Python 3.3
nosy: + zach.ware

messages: + msg205525
resolution: fixed
stage: resolved
2013-12-08 07:02:37python-devsetnosy: + python-dev
messages: + msg205524
2013-12-08 04:47:50vajraskycreate