comparison tests/test-check-module-imports.t @ 28923:531dea16f4f7

tests: run import-checker with tests .t files
author timeless <timeless@mozdev.org>
date Tue, 12 Apr 2016 14:43:36 +0000
parents 99a2bdad0fda
children 0ec8501af800
comparison
equal deleted inserted replaced
28922:4ec62a084e5c 28923:531dea16f4f7
143 143
144 Known-bad files are excluded by -X as some of them would produce unstable 144 Known-bad files are excluded by -X as some of them would produce unstable
145 outputs, which should be fixed later. 145 outputs, which should be fixed later.
146 146
147 $ hg locate 'mercurial/**.py' 'hgext/**.py' 'tests/**.py' \ 147 $ hg locate 'mercurial/**.py' 'hgext/**.py' 'tests/**.py' \
148 > 'tests/**.t' \
148 > -X tests/test-hgweb-auth.py \ 149 > -X tests/test-hgweb-auth.py \
149 > -X tests/hypothesishelpers.py \ 150 > -X tests/hypothesishelpers.py \
150 > -X tests/test-ctxmanager.py \ 151 > -X tests/test-ctxmanager.py \
151 > -X tests/test-lock.py \ 152 > -X tests/test-lock.py \
152 > -X tests/test-verify-repo-operations.py \ 153 > -X tests/test-verify-repo-operations.py \
154 > -X tests/test-hook.t \
155 > -X tests/test-import.t \
156 > -X tests/test-check-module-imports.t \
157 > -X tests/test-commit-interactive.t \
158 > -X tests/test-contrib-check-code.t \
159 > -X tests/test-extension.t \
160 > -X tests/test-hghave.t \
161 > -X tests/test-hgweb-no-path-info.t \
162 > -X tests/test-hgweb-no-request-uri.t \
163 > -X tests/test-hgweb-non-interactive.t \
153 > | sed 's-\\-/-g' | python "$import_checker" - 164 > | sed 's-\\-/-g' | python "$import_checker" -
154 Import cycle: hgext.largefiles.basestore -> hgext.largefiles.localstore -> hgext.largefiles.basestore 165 Import cycle: hgext.largefiles.basestore -> hgext.largefiles.localstore -> hgext.largefiles.basestore
155 [1] 166 [1]