openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
SPARQL Endpoint interface to Python
Settings
|
Report Duplicate
1
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Low Activity
Commits
: Listings
Analyzed
about 19 hours
ago. based on code collected
about 19 hours
ago.
Jul 30, 2024 — Jul 30, 2025
Showing page 1 of 1
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Merge pull request #244 from vemonet/fix-tests
Nicholas Car
More...
3 months ago
README tweak
Nicholas Car
More...
3 months ago
add python 3.13 to github action tests, remove unused imports
Vincent Emonet
More...
3 months ago
fix github action workflow
Vincent Emonet
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
Vincent Emonet
More...
3 months ago
fix typing on older versions
Vincent Emonet
More...
3 months ago
fix testInvalidFormat that was adding '' between possible choices when in github actions
Vincent Emonet
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)
Vincent Emonet
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
Vincent Emonet
More...
3 months ago
Merge pull request #236 from phopfgartner/master
Nicholas Car
More...
8 months ago
Merge pull request #238 from nklsbckmnn/graphdb-sparqlstar-mime-type
Nicholas Car
More...
8 months ago
Update Wrapper.py
nklsbckmnn
More...
11 months ago
add Ontop among the SPARQl endpoint implementations
Peter Hopfgartner
More...
12 months ago
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree