Issue 17766: Fix test discovery for test_iterlen.py (original) (raw)

Issue17766

Created on 2013-04-16 19:17 by zach.ware, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
test_iterlen_discovery.diff zach.ware,2013-04-16 19:17 test_iterlen.py fix, version 1 review
Messages (3)
msg187116 - (view) Author: Zachary Ware (zach.ware) * (Python committer) Date: 2013-04-16 19:17
Just subclassing and test_main in this one.
msg187130 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2013-04-17 01:36
New changeset c2550f75c8b1 by Ezio Melotti in branch '3.3': #17766: test_iterlen now works with unittest test discovery. Patch by Zachary Ware. http://hg.python.org/cpython/rev/c2550f75c8b1 New changeset 2add6c86f38e by Ezio Melotti in branch 'default': #17766: merge with 3.3. http://hg.python.org/cpython/rev/2add6c86f38e
msg187131 - (view) Author: Ezio Melotti (ezio.melotti) * (Python committer) Date: 2013-04-17 01:38
Fixed, thanks for the patch!
History
Date User Action Args
2022-04-11 14:57:44 admin set github: 61966
2013-04-17 01:38:12 ezio.melotti set status: open -> closedmessages: + assignee: ezio.melottiresolution: fixedstage: resolved
2013-04-17 01:36:58 python-dev set nosy: + python-devmessages: +
2013-04-16 19:17:07 zach.ware create