tests/test-check-module-imports.t
changeset 29234 393aef802535
parent 29219 3c9066ed557c
child 29305 814076f4ace3
equal deleted inserted replaced
29233:318534bb5dfd 29234:393aef802535
   154 these may expose other cycles.
   154 these may expose other cycles.
   155 
   155 
   156 Known-bad files are excluded by -X as some of them would produce unstable
   156 Known-bad files are excluded by -X as some of them would produce unstable
   157 outputs, which should be fixed later.
   157 outputs, which should be fixed later.
   158 
   158 
   159   $ hg locate '**.py' \
   159   $ hg locate 'set:**.py or grep(r"^#!.*?python")' \
   160   > 'tests/**.t' \
   160   > 'tests/**.t' \
   161   > -X contrib/debugshell.py \
   161   > -X contrib/debugshell.py \
   162   > -X contrib/win32/hgwebdir_wsgi.py \
   162   > -X contrib/win32/hgwebdir_wsgi.py \
   163   > -X doc/gendoc.py \
   163   > -X doc/gendoc.py \
   164   > -X doc/hgmanpage.py \
   164   > -X doc/hgmanpage.py \
       
   165   > -X i18n/posplit \
   165   > -X tests/test-hgweb-auth.py \
   166   > -X tests/test-hgweb-auth.py \
   166   > -X tests/hypothesishelpers.py \
   167   > -X tests/hypothesishelpers.py \
   167   > -X tests/test-ctxmanager.py \
   168   > -X tests/test-ctxmanager.py \
   168   > -X tests/test-lock.py \
   169   > -X tests/test-lock.py \
   169   > -X tests/test-verify-repo-operations.py \
   170   > -X tests/test-verify-repo-operations.py \