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

Packages to be imported.

Methods Summary

assertImport(root_pkg)

Attributes Documentation

PACKAGES: ClassVar[Iterable[str]] = ()

Packages to be imported.

Methods Documentation

assertImport(root_pkg)