def test_malformed_exception(): with pytest.raises(ValueError): q.match(plot, {11: {q.EQ: 5}})
def test_malformed_exception() -> None: with pytest.raises(ValueError): q.match(plot, {11: {q.EQ: 5}})