# HG changeset patch # User simon@laptop-tosh # Date 2013-06-12 23:44:02 # 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 --git a/tests/test-check-code-hg.t b/tests/test-check-code-hg.t --- a/tests/test-check-code-hg.t +++ b/tests/test-check-code-hg.t @@ -23,6 +23,10 @@ Check Python files without py extension > 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 \