Issue22173
Created on 2014-08-08 14:08 by zach.ware, last changed 2022-04-11 14:58 by admin. This issue is now closed.
| Files | ||||
|---|---|---|---|---|
| File name | Uploaded | Description | Edit | |
| test_lib2to3_discovery.diff | zach.ware, 2014-08-08 14:14 | review | ||
| Messages (4) | |||
|---|---|---|---|
| msg225072 - (view) | Author: Zachary Ware (zach.ware) * ![]() |
Date: 2014-08-08 14:08 | |
The attached patch updates lib2to3.tests and the test.test_lib2to3 script to use test discovery. It also re-enables lib2to3.tests.test_all_fixers with a "cpu" resource guard. That test has been failing since at least 3.2, but was never run anyway. To allow it to pass, the patch adds "from __future__ import print_function" to lib2to3.main and lib2to3.tests.pytree_idempotency. |
|||
| msg230130 - (view) | Author: Ezio Melotti (ezio.melotti) * ![]() |
Date: 2014-10-28 09:08 | |
LGTM |
|||
| msg230228 - (view) | Author: Roundup Robot (python-dev) ![]() |
Date: 2014-10-29 17:28 | |
New changeset 9d36bf887be3 by Zachary Ware in branch '3.4': Issue #22173: Update lib2to3 tests to use unittest test discovery. https://hg.python.org/cpython/rev/9d36bf887be3 New changeset 179ccc48566f by Zachary Ware in branch 'default': Closes #22173: Merge with 3.4 https://hg.python.org/cpython/rev/179ccc48566f |
|||
| msg230229 - (view) | Author: Zachary Ware (zach.ware) * ![]() |
Date: 2014-10-29 17:30 | |
Thanks, Ezio! |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022-04-11 14:58:06 | admin | set | github: 66369 |
| 2014-10-29 17:30:14 | zach.ware | set | assignee: zach.ware messages: + msg230229 |
| 2014-10-29 17:28:47 | python-dev | set | status: open -> closed nosy:
+ python-dev resolution: fixed |
| 2014-10-28 09:08:06 | ezio.melotti | set | nosy:
+ ezio.melotti messages:
+ msg230130 |
| 2014-08-08 14:14:48 | zach.ware | set | files: - test_lib2to3_discovery.diff |
| 2014-08-08 14:14:41 | zach.ware | set | files: + test_lib2to3_discovery.diff |
| 2014-08-08 14:08:01 | zach.ware | create | |

