log tests/test-demandimport.py @ 41788:19979b8b87e2

age author description
Fri, 01 Feb 2019 13:20:13 -0800 Gregory Szorc tests: use unimported modules in test-demandimport.py
Fri, 01 Feb 2019 16:47:29 -0800 Gregory Szorc py3: conditionalize test-demandimport.py for Python 3
Fri, 01 Feb 2019 12:09:05 -0800 Gregory Szorc py3: replace print() with assert in test-demandimport.py
Fri, 11 May 2018 00:58:51 -0400 Matt Harbison tests: migrate demandimport.py away from deprecated `util` module symbols
Fri, 16 Feb 2018 11:33:56 -0800 Martin von Zweigbergk tests: avoid referring to pvec in demandimport test
Fri, 16 Feb 2018 11:30:18 -0800 Martin von Zweigbergk tests: actually check that HGDEMANDIMPORT=disable disables demandimport
Tue, 22 Aug 2017 15:50:53 -0400 Augie Fackler tests: ensure demandimport test uses absolute_import
Fri, 28 Apr 2017 00:01:22 +0900 Yuya Nishihara demandimport: stop overriding __getattribute__()
Fri, 28 Apr 2017 23:46:16 +0900 Yuya Nishihara demandimport: look for 'mod' suffix as alternative name for module reference
Mon, 19 Dec 2016 22:46:00 +0900 Yuya Nishihara demandimport: do not raise ImportError for unknown item in fromlist stable
Mon, 26 Sep 2016 23:28:57 +0900 Yuya Nishihara demandimport: error out early on missing attribute of non package (issue5373)
Wed, 21 Sep 2016 03:39:37 +0000 timeless tests: clarify demandimport disabled state
Thu, 25 Aug 2016 22:03:51 +0000 timeless tests: skip demandimport if disabled
Sat, 16 Apr 2016 12:41:58 +0530 Pulkit Goyal py3: make test-demandimport use print_function
Wed, 23 Dec 2015 16:22:20 -0800 Bryan O'Sullivan test-demandimport: ensure that relative imports are deferred