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.
Created on 2013年04月10日 18:58 by zach.ware, last changed 2022年04月11日 14:57 by admin. This issue is now closed.
| Files | ||||
|---|---|---|---|---|
| File name | Uploaded | Description | Edit | |
| test_time_discovery.diff | zach.ware, 2013年04月10日 18:58 | test_time.py fix, version 1 | review | |
| Messages (3) | |||
|---|---|---|---|
| msg186526 - (view) | Author: Zachary Ware (zach.ware) * (Python committer) | Date: 2013年04月10日 18:58 | |
Just inheritance issues in this one. The patch removes _BaseYearTest as its only use was as a unittest.TestCase subclass to inherit from, which caused the discovery issues. |
|||
| msg186568 - (view) | Author: Roundup Robot (python-dev) (Python triager) | Date: 2013年04月11日 17:31 | |
New changeset 20efcabcd5c0 by Ezio Melotti in branch '3.3': #17690: test_time now works with unittest test discovery. Patch by Zachary Ware. http://hg.python.org/cpython/rev/20efcabcd5c0 New changeset 6cc56e21a74d by Ezio Melotti in branch 'default': #17690: merge with 3.3. http://hg.python.org/cpython/rev/6cc56e21a74d |
|||
| msg186569 - (view) | Author: Ezio Melotti (ezio.melotti) * (Python committer) | Date: 2013年04月11日 17:31 | |
Fixed, thanks for the patch! |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:57:44 | admin | set | github: 61890 |
| 2013年04月11日 17:31:33 | ezio.melotti | set | status: open -> closed messages: + msg186569 assignee: ezio.melotti resolution: fixed stage: resolved |
| 2013年04月11日 17:31:00 | python-dev | set | nosy:
+ python-dev messages: + msg186568 |
| 2013年04月10日 18:58:06 | zach.ware | create | |