示例#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')