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