def temp():
    return LppType.get_lpp_type(103)
예제 #2
0
def ts():
    return LppType.get_lpp_type(133)
예제 #3
0
def test_init_invalid_type():
    with pytest.raises(Exception):
        LppType("foo", "bar", 42, 42, None, None)
예제 #4
0
def test_init_invalid_dim():
    with pytest.raises(Exception):
        LppType(42, "foo", 42, "foo", None, None)
예제 #5
0
def test_init_invalid_sizes_len():
    with pytest.raises(ValueError):
        LppType(42, "foobar", [1, 1], [1], [False])
예제 #6
0
def test_get_lpp_type_none():
    assert not LppType.get_lpp_type(999)
def pres():
    return LppType.get_lpp_type(102)
예제 #8
0
def test_init_invalid_scales():
    with pytest.raises(TypeError):
        LppType(42, "foobar", [1], 42, [False])
예제 #9
0
def dio():
    return LppType.get_lpp_type(0)
예제 #10
0
def aio():
    return LppType.get_lpp_type(2)
예제 #11
0
def freq():
    return LppType.get_lpp_type(118)
예제 #12
0
def cur():
    return LppType.get_lpp_type(117)
예제 #13
0
def hum():
    return LppType.get_lpp_type(104)
예제 #14
0
def test_lpp_type_init_invalid_size():
    with pytest.raises(Exception):
        LppType(42, "foo", "foo", 42, None, None)
예제 #15
0
def vol():
    return LppType.get_lpp_type(116)
예제 #16
0
def test_init_invalid_name():
    with pytest.raises(TypeError):
        LppType(42, 42, [1], [1], [False])
예제 #17
0
def gyro():
    return LppType.get_lpp_type(134)
예제 #18
0
def test_init_invalid_signs():
    with pytest.raises(TypeError):
        LppType(42, "foobar", [1], [1], 42)
예제 #19
0
def lum():
    return LppType.get_lpp_type(101)
예제 #20
0
def test_get_lpp_type_invalid():
    with pytest.raises(TypeError):
        LppType.get_lpp_type("foo")
예제 #21
0
def gen():
    return LppType.get_lpp_type(100)
예제 #22
0
def test_init_invalid_type():
    with pytest.raises(TypeError):
        LppType("foobar", "foobar", [1], [1], [False])
예제 #23
0
def gps():
    return LppType.get_lpp_type(136)
예제 #24
0
def test_init_invalid_name():
    with pytest.raises(Exception):
        LppType(42, 42, 42, 42, None, None)
예제 #25
0
def acc():
    return LppType.get_lpp_type(113)
예제 #26
0
def load():
    return LppType.get_lpp_type(122)
예제 #27
0
def baro():
    return LppType.get_lpp_type(115)