# HG changeset patch # User simon@laptop-tosh # Date 1371080642 -7200 # Node ID 2d03c8da7d981a101c5f4d8dd5f9a55eb778033f # Parent f266cb3f1c2bff012b8ecf06990de17d0a7478d6 tests: check-code more python files without py extension files found by running $ hg manifest | grep -v "\." | xargs file | grep python diff -r f266cb3f1c2b -r 2d03c8da7d98 tests/test-check-code-hg.t --- 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 \