##// END OF EJS Templates
tests: run import-checker with tests .t files
timeless -
r28923:531dea16 default
parent child Browse files
Show More
@@ -145,11 +145,22 b' Known-bad files are excluded by -X as so'
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]
General Comments 0
You need to be logged in to leave comments. Login now