commit | e84e263a84745c9cbede0ac9385e2cff3f8ebfdf | [log] [tgz] |
---|---|---|
author | Éric Araujo <merwok@netwok.org> | Sat Feb 25 16:24:59 2012 +0100 |
committer | Éric Araujo <merwok@netwok.org> | Sat Feb 25 16:24:59 2012 +0100 |
tree | 11ef58b05f6c3e9d4e8b145899d314f965583d2b | |
parent | 31378df83a5562df10b21f3f32d3b3a6cbfa054b [diff] |
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.