]> 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:57:04 +0000 (16:57 +0100)
committerÉric Araujo <merwok@netwok.org>
Sat, 25 Feb 2012 15:57:04 +0000 (16:57 +0100)
commitb46562480b350984e7e81693936d1ed471a96b46
tree6de1341ba8d0248be1edb95730bd6e7acc05c437
parent2e0a0e1640e89bec7da985534411c464d3d30df2
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]