Mercurial > hg
diff tests/test-demandimport.py.out @ 27535:0d0f4070f6d7
test-demandimport: ensure that relative imports are deferred
This adds a test not just at our local "top level" (the mercurial
package), but also one level deeper (mercurial.hgweb).
author | Bryan O'Sullivan <bos@serpentine.com> |
---|---|
date | Wed, 23 Dec 2015 16:22:20 -0800 |
parents | 54af51c18c4c |
children | 26a4e46af2bc |
line wrap: on
line diff
--- a/tests/test-demandimport.py.out Wed Dec 23 16:22:20 2015 -0800 +++ b/tests/test-demandimport.py.out Wed Dec 23 16:22:20 2015 -0800 @@ -5,6 +5,9 @@ util.system = <function system at 0x?> util = <module 'mercurial.util' from '?'> util.system = <function system at 0x?> +hgweb = <unloaded module 'hgweb'> +hgweb_mod = <unloaded module 'hgweb_mod'> +hgweb = <module 'mercurial.hgweb' from '?'> fred = <unloaded module 're'> re = <unloaded module 'sys'> fred = <unloaded module 're'>