Exemplo n.º 1
0
def test_invalid_data():
    c = Cell(int, 1)
    with pytest.raises(ValueError):
        c.validate("a")
Exemplo n.º 2
0
def test_invalid_data():
    c = Cell(int, 1)
    with pytest.raises(ValueError):
        c.validate("a")