tests/test-check-module-imports.t
changeset 29212 8005e0e0eb33
parent 29208 cba8bc11ed10
child 29219 3c9066ed557c
--- a/tests/test-check-module-imports.t	Sat May 14 14:33:45 2016 +0900
+++ b/tests/test-check-module-imports.t	Sat May 14 14:16:43 2016 +0900
@@ -155,8 +155,12 @@
 Known-bad files are excluded by -X as some of them would produce unstable
 outputs, which should be fixed later.
 
-  $ hg locate 'mercurial/**.py' 'hgext/**.py' 'tests/**.py' \
+  $ hg locate '**.py' \
   > 'tests/**.t' \
+  > -X contrib/debugshell.py \
+  > -X contrib/win32/hgwebdir_wsgi.py \
+  > -X doc/gendoc.py \
+  > -X doc/hgmanpage.py \
   > -X tests/test-hgweb-auth.py \
   > -X tests/hypothesishelpers.py \
   > -X tests/test-ctxmanager.py \