def test_no_lt_sign(): with pytest.raises(ValueError): GraphLoader.load('no_arrow')
def test_no_to(): with pytest.raises(ValueError): GraphLoader.load('no_to')