Esempio n. 1
0
def test_fail_check_threshold():
    assert not metastatus_lib.check_threshold(80, 30)
Esempio n. 2
0
def test_fail_check_threshold():
    assert not metastatus_lib.check_threshold(80, 30)
Esempio n. 3
0
def test_ok_check_threshold():
    assert metastatus_lib.check_threshold(10, 30)
Esempio n. 4
0
def test_ok_check_threshold():
    assert metastatus_lib.check_threshold(10, 30)