ImportTestCase¶
- class lsst.utils.tests.ImportTestCase(methodName='runTest')¶
Bases:
TestCase
Test 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
PACKAGES
property.Attributes Summary
Packages to be imported.
Methods Summary
assertImport
(root_pkg)Attributes Documentation
Methods Documentation
- assertImport(root_pkg)¶