コード例 #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')