示例#1
0
def test_get_live_by_id_404():
    with pytest.raises(hoerapi.ApiError):
        hoerapi.get_live_by_id(0)
示例#2
0
def test_get_live_by_id():
    hoerapi.get_live_by_id(3019)