[issue22173] Update lib2to3.tests and test_lib2to3 to use test discovery

2014-10-29 Thread Zachary Ware
Zachary Ware added the comment: Thanks, Ezio! -- assignee: -> zach.ware ___ Python tracker ___ ___ Python-bugs-list mailing list Unsu

[issue22173] Update lib2to3.tests and test_lib2to3 to use test discovery

2014-10-29 Thread Roundup Robot
Roundup Robot added the comment: 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

[issue22173] Update lib2to3.tests and test_lib2to3 to use test discovery

2014-10-28 Thread Ezio Melotti
Ezio Melotti added the comment: LGTM -- nosy: +ezio.melotti stage: patch review -> commit review ___ Python tracker ___ ___ Python-bug

[issue22173] Update lib2to3.tests and test_lib2to3 to use test discovery

2014-08-08 Thread Zachary Ware
Changes by Zachary Ware : Removed file: http://bugs.python.org/file36310/test_lib2to3_discovery.diff ___ Python tracker ___ ___ Python-bugs-li

[issue22173] Update lib2to3.tests and test_lib2to3 to use test discovery

2014-08-08 Thread Zachary Ware
Changes by Zachary Ware : Added file: http://bugs.python.org/file36311/test_lib2to3_discovery.diff ___ Python tracker ___ ___ Python-bugs-list

[issue22173] Update lib2to3.tests and test_lib2to3 to use test discovery

2014-08-08 Thread Zachary Ware
New submission from Zachary Ware: 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