tests/test-demandimport.py
changeset 21025 54af51c18c4c
parent 13083 c0290fc6b486
child 23643 2205d00b6d2b
--- a/tests/test-demandimport.py	Sun Apr 13 19:01:00 2014 +0200
+++ b/tests/test-demandimport.py	Tue Apr 08 01:35:13 2014 +0200
@@ -37,3 +37,9 @@
 print "re =", f(re)
 print "re.stderr =", f(re.stderr)
 print "re =", f(re)
+
+demandimport.disable()
+os.environ['HGDEMANDIMPORT'] = 'disable'
+demandimport.enable()
+from mercurial import node
+print "node =", f(node)