comparison tests/test-check-module-imports.t @ 29212:8005e0e0eb33

tests: enable import checker for all **.py files Several known-bad files are excluded as they couldn't be trivially fixed. That's the same as 99a2bdad0fda.
author Yuya Nishihara <yuya@tcha.org>
date Sat, 14 May 2016 14:16:43 +0900
parents cba8bc11ed10
children 3c9066ed557c
comparison
equal deleted inserted replaced
29211:b42c2a66a698 29212:8005e0e0eb33
153 these may expose other cycles. 153 these may expose other cycles.
154 154
155 Known-bad files are excluded by -X as some of them would produce unstable 155 Known-bad files are excluded by -X as some of them would produce unstable
156 outputs, which should be fixed later. 156 outputs, which should be fixed later.
157 157
158 $ hg locate 'mercurial/**.py' 'hgext/**.py' 'tests/**.py' \ 158 $ hg locate '**.py' \
159 > 'tests/**.t' \ 159 > 'tests/**.t' \
160 > -X contrib/debugshell.py \
161 > -X contrib/win32/hgwebdir_wsgi.py \
162 > -X doc/gendoc.py \
163 > -X doc/hgmanpage.py \
160 > -X tests/test-hgweb-auth.py \ 164 > -X tests/test-hgweb-auth.py \
161 > -X tests/hypothesishelpers.py \ 165 > -X tests/hypothesishelpers.py \
162 > -X tests/test-ctxmanager.py \ 166 > -X tests/test-ctxmanager.py \
163 > -X tests/test-lock.py \ 167 > -X tests/test-lock.py \
164 > -X tests/test-verify-repo-operations.py \ 168 > -X tests/test-verify-repo-operations.py \