コード例 #1
0
def test_fail_check_threshold():
    assert not paasta_metastatus.check_threshold(80, 30)
コード例 #2
0
def test_fail_check_threshold():
    assert not paasta_metastatus.check_threshold(80, 30)
コード例 #3
0
def test_ok_check_threshold():
    assert paasta_metastatus.check_threshold(10, 30)
コード例 #4
0
def test_ok_check_threshold():
    assert paasta_metastatus.check_threshold(10, 30)