Beispiel #1
0
def test_no_lt_sign():
    with pytest.raises(ValueError):
        GraphLoader.load('no_arrow')
Beispiel #2
0
def test_no_to():
    with pytest.raises(ValueError):
        GraphLoader.load('no_to')