lambdamusic / Ontospy

Python library and command-line interface for inspecting and visualizing RDF models aka ontologies.
http://lambdamusic.github.io/Ontospy/
MIT License
219 stars 52 forks source link

Additional complex testcases for SPARQL #116

Open Ritvik1712 opened 2 years ago

Ritvik1712 commented 2 years ago

In response to issue#115, we are adding few additional complex test cases that address various aspects of SPARQL.

lambdamusic commented 2 years ago

The test https://github.com/lambdamusic/Ontospy/blob/master/ontospy/tests/test_sparql.py simply aims at verifying a SPARQL connection. So not sure why complex testcases are needed. It doesn't matter how complex the query is, that complexity all lies outside Ontospy and hence nothing worth testing I'd say.