]> granicus.if.org Git - python/commit
Issue #22173: Update lib2to3 tests to use unittest test discovery.
authorZachary Ware <zachary.ware@gmail.com>
Wed, 29 Oct 2014 17:24:59 +0000 (12:24 -0500)
committerZachary Ware <zachary.ware@gmail.com>
Wed, 29 Oct 2014 17:24:59 +0000 (12:24 -0500)
commit2acbae80165390a5be3bb12351147b8026787e13
treee7bcbc2d4323ccefddffacb6f2de7a5e49666252
parentb7354a65ce71ac39d7dec97cce4ca7afdffcb8a3
Issue #22173: Update lib2to3 tests to use unittest test discovery.
Lib/lib2to3/main.py
Lib/lib2to3/tests/__init__.py
Lib/lib2to3/tests/__main__.py [new file with mode: 0644]
Lib/lib2to3/tests/pytree_idempotency.py
Lib/lib2to3/tests/test_all_fixers.py
Lib/test/test_lib2to3.py
Misc/NEWS