Example #1
0
def test_fail__valid_ugpio_view_table(arg: Any) -> None:
    with pytest.raises(ValidatorError):
        print(valid_ugpio_view_table(arg))
Example #2
0
def test_ok__valid_ugpio_view_table(arg: Any, retval: Any) -> None:
    assert valid_ugpio_view_table(arg) == retval