You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some higher level tests target an actual remote triplestore. Obviously, those cases should be mocked instead.
Mocking HttpxStrategy shouldn't be a problem, mocking SPARQLWrapper and the respective rdfproxy strategy is not entirely straight forward though. I opened a SPARQLWrapper issue with a mock solution, no response so far.
So, since the SPARQLWrapperStrategy can be considered deprecated anyway, I would only mock HttpxStrategy and then discontinue SPARQLWrapper for RDFProxy.
The text was updated successfully, but these errors were encountered:
Some higher level tests target an actual remote triplestore. Obviously, those cases should be mocked instead.
Mocking
HttpxStrategy
shouldn't be a problem, mockingSPARQLWrapper
and the respective rdfproxy strategy is not entirely straight forward though. I opened a SPARQLWrapper issue with a mock solution, no response so far.So, since the
SPARQLWrapperStrategy
can be considered deprecated anyway, I would only mockHttpxStrategy
and then discontinueSPARQLWrapper
for RDFProxy.The text was updated successfully, but these errors were encountered: