Skip to content

Commit

Permalink
Replace use of DBPedia with the new SimpleHTTPMock
Browse files Browse the repository at this point in the history
This should eliminate the spurious DBPedia related errors that plagued
the CI pipeline.

I am deleting `test/test_core_sparqlstore.py` as it does not do anything
meaningful as far as I can tell and certainly nothing different from
what is being done in `test/test_sparqlstore.py`.

Also adds ServedSimpleHTTPMock to testutils.py which inherits from
SimpleHTTPMock and adds a http server to it which makes it a bit less
fiddly to use in tests.
  • Loading branch information
aucampia committed Jun 27, 2021
1 parent b801250 commit cebf2fb
Show file tree
Hide file tree
Showing 3 changed files with 441 additions and 52 deletions.
26 changes: 0 additions & 26 deletions test/test_core_sparqlstore.py

This file was deleted.

Loading

0 comments on commit cebf2fb

Please sign in to comment.