tests/test-extension.t
changeset 30332 318a24b52eeb
parent 30306 5581b294f3c6
child 30485 acd30a959980
equal deleted inserted replaced
30331:b19291e5d506 30332:318a24b52eeb
   249   $TESTTMP/a (glob)
   249   $TESTTMP/a (glob)
   250 #endif
   250 #endif
   251 
   251 
   252 #if demandimport absimport
   252 #if demandimport absimport
   253 
   253 
   254 Examine whether module loading is delayed until actual refering, even
   254 Examine whether module loading is delayed until actual referring, even
   255 though module is imported with "absolute_import" feature.
   255 though module is imported with "absolute_import" feature.
   256 
   256 
   257 Files below in each packages are used for descirbed purpose:
   257 Files below in each packages are used for described purpose:
   258 
   258 
   259 - "called": examine whether "from MODULE import ATTR" works correctly
   259 - "called": examine whether "from MODULE import ATTR" works correctly
   260 - "unused": examine whether loading is delayed correctly
   260 - "unused": examine whether loading is delayed correctly
   261 - "used":   examine whether "from PACKAGE import MODULE" works correctly
   261 - "used":   examine whether "from PACKAGE import MODULE" works correctly
   262 
   262