lsst.obs.base
20.0.0-16-gd6747cf
|
Public Member Functions | |
def | test_name (self) |
def | test_getCamera (self) |
def | test_register (self) |
def | testMakeTranslatorFactory (self) |
Static Public Attributes | |
data = None | |
instrument = None | |
Tests of sublcasses of Instrument. TestCase subclasses must derive from this, then `TestCase`, and override ``data`` and ``instrument``.
Definition at line 55 of file instrument_tests.py.
def lsst.obs.base.instrument_tests.InstrumentTests.test_getCamera | ( | self | ) |
Test that getCamera() returns a reasonable Camera definition.
Definition at line 71 of file instrument_tests.py.
def lsst.obs.base.instrument_tests.InstrumentTests.test_name | ( | self | ) |
Definition at line 68 of file instrument_tests.py.
def lsst.obs.base.instrument_tests.InstrumentTests.test_register | ( | self | ) |
Test that register() sets appropriate Dimensions.
Definition at line 79 of file instrument_tests.py.
def lsst.obs.base.instrument_tests.InstrumentTests.testMakeTranslatorFactory | ( | self | ) |
Definition at line 106 of file instrument_tests.py.
|
static |
Definition at line 62 of file instrument_tests.py.
|
static |
Definition at line 65 of file instrument_tests.py.