Functions | |
def | test_find_perihelion |
def | test_frame_transfo |
Variables | |
xfail = pytest.mark.xfail | |
skip = pytest.mark.skip | |
skipif = pytest.mark.skipif | |
parametrize = pytest.mark.parametrize | |
tuple | assertions = unittest.TestCase('__init__') |
def tests.test_module_orbito.test_find_perihelion | ( | scraft, | |
d1, | |||
d2, | |||
dperihelion, | |||
tol_sec | |||
) |
def tests.test_module_orbito.test_frame_transfo | ( | ref1, | |
ref2, | |||
scraft, | |||
date | |||
) |
tuple tests.test_module_orbito.assertions = unittest.TestCase('__init__') |
tests.test_module_orbito.parametrize = pytest.mark.parametrize |
tests.test_module_orbito.skip = pytest.mark.skip |
tests.test_module_orbito.skipif = pytest.mark.skipif |
tests.test_module_orbito.xfail = pytest.mark.xfail |