1
I Use This!
Low Activity

Commits : Listings

Analyzed about 19 hours ago. based on code collected about 19 hours ago.
Jul 30, 2024 — Jul 30, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #244 from vemonet/fix-tests More... 3 months ago
README tweak More... 3 months ago
add python 3.13 to github action tests, remove unused imports More... 3 months ago
fix github action workflow More... 3 months ago
remove python 3.7 from gh workflow, not supported anymore by setup-python. update pytest-cov version to work with python 3.8 More... 3 months ago
fix typing on older versions More... 3 months ago
fix testInvalidFormat that was adding '' between possible choices when in github actions More... 3 months ago
Use pytest and parametrize the tests to the public SPARQL endpoints. Instead of having ~10 files of 1k3+ lines each, we now have 1 file with 774 lines, with the same test suite. This makes the tests much more readable and maintainable. It is clearer which tests are run and skipped for each endpoint Time to run the full test suite is ~9/15min depending on public endpoints responses time (worst are dbpedia and wikidata, some 60s+ calls) More... 3 months ago
Fix tests: - Fix test due to using deprecated rdflib ConjunctiveGraph instead of Dataset - Comment out 3 tests that were targeting endpoints that are not available anymore. Apart for http://zbw.eu/beta/sparql/stw/query that errors on POST queries but works on GET, might need to be investigated - Fix CLI tests failing due to slightly different result in response, now checking the length of results bindings, this will be more reliable in the future and is a good marker for a successful query - Fix tests for error message by checking if the error is in the message (instead of checking only the end of the message) - Added pytest and using it to run the tests. It is a more modern and reliable solution that works with the current code. unittest had a bug with the 3 tests where warnings are caught (when running each test alone, they work, but when running all with unittest catching the warnings stops working, but it works with pytest). I fixed the bug (so now all tests works with pytest and unittest, but the trust in unittest is lost). Fixes https://github.com/RDFLib/sparqlwrapper/issues/192 - Added python 3.11 and 3.12 to the github actions tests More... 3 months ago
Merge pull request #236 from phopfgartner/master More... 8 months ago
Merge pull request #238 from nklsbckmnn/graphdb-sparqlstar-mime-type More... 8 months ago
Update Wrapper.py More... 11 months ago
add Ontop among the SPARQl endpoint implementations More... 12 months ago