|
def | lsst.utils.tests.init () |
|
def | lsst.utils.tests.run (suite, exit=True) |
|
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.assertRaisesLsstCpp (testcase, excClass, callableObj, args, kwargs) |
|
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) |
|
def | lsst.utils.tests.assertFloatsNotEqual (testCase, lhs, rhs, kwds) |
|
def | lsst.utils.tests.assertFloatsEqual (testCase, lhs, rhs, kwargs) |
|
def | lsst.utils.tests.assertClose (args, kwargs) |
|
def | lsst.utils.tests.assertNotClose (args, kwargs) |
|