ImportTestCase¶
- class lsst.utils.tests.ImportTestCase(methodName='runTest')¶
Bases:
TestCaseTest that the named packages can be imported and all files within that package.
The test methods are created dynamically. Callers must subclass this method and define the
PACKAGESproperty.Attributes Summary
Packages to be imported.
Methods Summary
assertImport(root_pkg)Attributes Documentation
Methods Documentation
- assertImport(root_pkg)¶