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