예제 #1
0
def test_malformed_exception():
    with pytest.raises(ValueError):
        q.match(plot, {11: {q.EQ: 5}})
예제 #2
0
def test_malformed_exception() -> None:
    with pytest.raises(ValueError):
        q.match(plot, {11: {q.EQ: 5}})