def test_functionRoiBbox_empty_array():
    with pytest.raises(ValueError):
        tobetested.function_roi_bbox([])
def test_functionRoiBBox_no_np():
    with pytest.raises(ValueError):
        tobetested.function_roi_bbox(9)