Skip to content

Commit f5496de

Browse files
committed
test: mark SPARQLStore class docstring as webtest
1 parent b0ace6a commit f5496de

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/conftest.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ def exit_stack() -> Generator[ExitStack, None, None]:
9797
("rdflib/__init__.py", "rdflib"): [pytest.mark.webtest],
9898
("rdflib/term.py", "rdflib.term.Literal.normalize"): [pytest.mark.webtest],
9999
("rdflib/extras/infixowl.py", "rdflib.extras.infixowl"): [pytest.mark.webtest],
100+
("rdflib/plugins/stores/sparqlstore.py", "SPARQLStore"): [pytest.mark.webtest],
100101
}
101102

102103

0 commit comments

Comments
 (0)