]> granicus.if.org Git - python/commit
Add test file for scripts in Tools (#13447).
authorÉric Araujo <merwok@netwok.org>
Sat, 25 Feb 2012 15:24:59 +0000 (16:24 +0100)
committerÉric Araujo <merwok@netwok.org>
Sat, 25 Feb 2012 15:24:59 +0000 (16:24 +0100)
commite84e263a84745c9cbede0ac9385e2cff3f8ebfdf
tree11ef58b05f6c3e9d4e8b145899d314f965583d2b
parent31378df83a5562df10b21f3f32d3b3a6cbfa054b
Add test file for scripts in Tools (#13447).

When people find bugs in scripts such as reindent.py, msgfmt.py or
pygettext.py, we have to try to reproduce the bug manually, apply a fix
and test manually again.  The alternative is to only read the code and
trust that it works.  This test file is a way to stop that
unsatisfactory state of things and write proper unit tests instead.
Lib/test/test_tools.py [new file with mode: 0644]
Misc/NEWS