Skip to content

Commit

Permalink
Move test/data/suites/DAWG/rdflib
Browse files Browse the repository at this point in the history
This patch moves `test/data/suites/DAWG/rdflib` to a more appropriate
location `test/data/rdflib-sparql`.
  • Loading branch information
gjhiggins authored and aucampia committed May 13, 2022
1 parent e5f3f1f commit b31893d
Show file tree
Hide file tree
Showing 42 changed files with 1 addition and 1 deletion.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion test/test_w3c_spec/test_sparql_w3c.py
Original file line number Diff line number Diff line change
Expand Up @@ -562,7 +562,7 @@ def test_dawg_data_sparql11(rdf_test_uri: URIRef, type: Node, rdf_test: RDFTest)

@pytest.mark.parametrize(
"rdf_test_uri, type, rdf_test",
read_manifest("test/data/suites/DAWG/rdflib/manifest.ttl"),
read_manifest("test/data/rdflib-sparql/manifest.ttl"),
)
def test_dawg_rdflib(rdf_test_uri: URIRef, type: Node, rdf_test: RDFTest):
testers[type](rdf_test)

0 comments on commit b31893d

Please sign in to comment.