]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #21918: Convert test_tools.py to a sub-package of test.
authorZachary Ware <zachary.ware@gmail.com>
Wed, 16 Jul 2014 19:26:09 +0000 (14:26 -0500)
committerZachary Ware <zachary.ware@gmail.com>
Wed, 16 Jul 2014 19:26:09 +0000 (14:26 -0500)
commit2b0a6102974bdcacf8b8c4d964d3f7379878100a
tree2a18ee067b685b0a7af77e1d1b2f52138a996fa4
parent52b2bc03693d663fe1d1bdf974c23800232213dd
Issue #21918: Convert test_tools.py to a sub-package of test.
Lib/test/test_tools/__init__.py [new file with mode: 0644]
Lib/test/test_tools/__main__.py [new file with mode: 0644]
Lib/test/test_tools/test_gprof2html.py [new file with mode: 0644]
Lib/test/test_tools/test_md5sum.py [new file with mode: 0644]
Lib/test/test_tools/test_pdeps.py [new file with mode: 0644]
Lib/test/test_tools/test_pindent.py [moved from Lib/test/test_tools.py with 56% similarity]
Lib/test/test_tools/test_reindent.py [new file with mode: 0644]
Lib/test/test_tools/test_sundry.py [new file with mode: 0644]
Lib/test/test_tools/test_unparse.py [moved from Tools/parser/test_unparse.py with 95% similarity]
Misc/NEWS