We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tests targeting an actual remote triplestore are a source of flaky and/or slow tests.
Mocking SPARQLWrapper would be a solution for that and also potentially generally useful.
The text was updated successfully, but these errors were encountered:
A basic draft of a mock context for targeting a local rdflib.Graph instance with SPARQLWrapper can be found here.
rdflib.Graph
SPARQLWrapper
Sorry, something went wrong.
A new version of the SPARQLWrapperLocalTarget mocking functionality is available (latest).
SPARQLWrapperLocalTarget
This is not fully generic yet, but should suffice for mocking SPARQLWrapper SELECT queries against local rdflib.Graph instances.
This issue should also entail the implementation of basic end-to-end tests.
lu-pl
No branches or pull requests
Tests targeting an actual remote triplestore are a source of flaky and/or slow tests.
Mocking SPARQLWrapper would be a solution for that and also potentially generally useful.
The text was updated successfully, but these errors were encountered: