lsst.obs.base
19.0.0-62-g3425666
|
Public Member Functions | |
def | test_cli (self) |
Static Public Member Functions | |
def | instrumentClass () |
def | instrumentName () |
Base class for tests of butler command line interface subcommands. Subclass from this, then `unittest.TestCase` to get a working test suite.
Definition at line 34 of file butler_cmd_test.py.
|
static |
Get the fully qualified instrument class. Returns ------- `str` The fully qualified instrument class.
Definition at line 41 of file butler_cmd_test.py.
|
static |
Get the instrument name. Returns ------- `str` The name of the instrument.
Definition at line 53 of file butler_cmd_test.py.
def butler_cmd_test.ButlerCmdTestBase.test_cli | ( | self | ) |
Definition at line 63 of file butler_cmd_test.py.