Home | History | Annotate | Download | only in test

Lines Matching refs:ModuleFinder

12 import modulefinder
14 # Note: To test modulefinder with Python 2.2, sets.py and
15 # modulefinder.py must be available - they are not in the standard
23 # 1. a module name that will be imported by modulefinder
24 # 2. a list of module names that modulefinder is required to find
25 # 3. a list of module names that modulefinder should complain
27 # 4. a list of module names that modulefinder should complain
33 # Modulefinder searches in a path that contains TEST_DIR, plus
231 mf = modulefinder.ModuleFinder(path=TEST_PATH)