Mercurial > hg
changeset 19321:2d03c8da7d98
tests: check-code more python files without py extension
files found by running
$ hg manifest | grep -v "\." | xargs file | grep python
author | simon@laptop-tosh |
---|---|
date | Thu, 13 Jun 2013 01:44:02 +0200 |
parents | f266cb3f1c2b |
children | ff1586a3adc5 275d78d339cc |
files | tests/test-check-code-hg.t |
diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/tests/test-check-code-hg.t Fri Jun 14 15:28:40 2013 -0400 +++ b/tests/test-check-code-hg.t Thu Jun 13 01:44:02 2013 +0200 @@ -23,6 +23,10 @@ > contrib/hgweb.wsgi \ > contrib/simplemerge \ > contrib/undumprevlog \ + > i18n/hggettext \ + > i18n/posplit \ + > tests/hghave \ + > tests/dummyssh \ > "$TESTTMP"/ $ for f in "$TESTTMP"/*; do cp "$f" "$f.py"; done $ "$check_code" --warnings --nolineno --per-file=0 "$TESTTMP"/*.py \