RDFLib / sparqlwrapper

A wrapper for a remote SPARQL endpoint
https://sparqlwrapper.readthedocs.io/
Other
513 stars 121 forks source link

Make tests faster and more reliable. #215

Open aucampia opened 2 years ago

aucampia commented 2 years ago

Currently tests take about 1 hour to run (ref]. This is not really okay, I would say that at max it should maybe take 10 minutes.

There are various techniques that can be used to improve the runtime and reliability of the tests, such as recording and replaying network traffic.