We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 627bbc0 commit 6758e95Copy full SHA for 6758e95
test/test_trig.py
@@ -125,13 +125,6 @@ def test_graph_parsing():
125
assert len(list(g.contexts())) == 2
126
127
128
-@pytest.mark.xfail(
129
- raises=AssertionError,
130
- reason="""
131
- This is failing because conjuncitve graph assigns things in the default graph to
132
- a graph with a bnode as name. On every parse iteration a new BNode is generated
133
- resulting in the default graph content appearing multipile times in the output.""",
134
-)
135
def test_round_trips():
136
data = """
137
<http://example.com/thing#thing_a> <http://example.com/knows> <http://example.com/thing#thing_b> .
0 commit comments