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)
def freq():
    return LppType.get_lpp_type(118)
示例#12
0
def cur():
    return LppType.get_lpp_type(117)
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)