LSST Applications
21.0.0-137-gb83a959d+ed3655b548,22.0.0+11a2aa21cd,22.0.0+5e01a48229,22.0.0+64c1bc5aa5,22.0.0+7232f61ff9,22.0.0+7436aa99d4,22.0.0+afa7c1de23,22.0.0+d9cf0fe214,22.0.1-1-g1b65d06+81c16f1bcf,22.0.1-1-g7058be7+1cf78af69b,22.0.1-1-g7dab645+93c83ccaec,22.0.1-1-g87000a6+7b3a3f865e,22.0.1-1-g8760c09+64c1bc5aa5,22.0.1-1-g949febb+64c1bc5aa5,22.0.1-1-gc1211bb+b156e9107e,22.0.1-11-g977d919+4b051e1311,22.0.1-11-gc8c9b3f+0f19af481c,22.0.1-15-g1be395cc+b40e11d0d4,22.0.1-15-ge634287+afa7c1de23,22.0.1-19-g9283e855+359fbd1aa2,22.0.1-2-g8ef0a89+afa7c1de23,22.0.1-2-g92698f7+d9cf0fe214,22.0.1-2-gb66926d+7232f61ff9,22.0.1-2-gcb770ba+b9ea777ba7,22.0.1-24-g2e899d296+b05a4897c9,22.0.1-3-g7aa11f2+afa7c1de23,22.0.1-3-g8c1d971+f253ffa91f,22.0.1-3-g997b569+6ee09d4599,22.0.1-4-g1930a60+6871d0c7f6,22.0.1-4-g5b7b756+6b209d634c,22.0.1-6-ga02864e+6871d0c7f6,22.0.1-7-g3402376+61492745ce,22.0.1-9-ga0ac561+381b27b2e4,master-g5f2689bdc5+5e01a48229,w.2021.35
LSST Data Management Base Package
|
Go to the source code of this file.
Classes | |
class | lsst.utils.tests.MemoryTestCase |
class | lsst.utils.tests.ExecutablesTestCase |
class | lsst.utils.tests.TestCase |
Namespaces | |
lsst.utils.tests | |
Functions | |
def | lsst.utils.tests.init () |
def | lsst.utils.tests.sort_tests (tests) |
def | lsst.utils.tests.suiteClassWrapper (tests) |
def | lsst.utils.tests.getTempFilePath (ext, expectOutput=True) |
def | lsst.utils.tests.inTestCase (func) |
def | lsst.utils.tests.debugger (*exceptions) |
def | lsst.utils.tests.plotImageDiff (lhs, rhs, bad=None, diff=None, plotFileName=None) |
def | lsst.utils.tests.assertFloatsAlmostEqual (testCase, lhs, rhs, rtol=sys.float_info.epsilon, atol=sys.float_info.epsilon, relTo=None, printFailures=True, plotOnFailure=False, plotFileName=None, invert=False, msg=None, ignoreNaNs=False) |
def | lsst.utils.tests.assertFloatsNotEqual (testCase, lhs, rhs, **kwds) |
def | lsst.utils.tests.assertFloatsEqual (testCase, lhs, rhs, **kwargs) |
def | lsst.utils.tests.classParameters (**settings) |
def | lsst.utils.tests.methodParameters (**settings) |
def | lsst.utils.tests.classParametersProduct (**settings) |
def | lsst.utils.tests.methodParametersProduct (**settings) |
def | lsst.utils.tests.temporaryDirectory () |
Variables | |
lsst.utils.tests.open_files = set() | |