UUDigitalHumanitieslab / EDPOP

A virtual research environment (VRE) that lets you collect, align and annotate bibliographical and biographical records from several online catalogs.
BSD 3-Clause "New" or "Revised" License
1 stars 0 forks source link

Feature/fixtests #197

Closed tijmenbaarda closed 1 month ago

tijmenbaarda commented 1 month ago

A few unit tests were not working anymore.

@jgonggrijp : it appeared that the function remove_from_triplestore was not working with subjects that had no references to other subjects in the graph. I tried to fix it, and the unit tests are working now (I also added a new test with a subject that did refer to another subject, which was already passing), but I don't know if the change I made in the sparql query is indeed correct. Could you take a look at that?