German-BioImaging / omero-ontop-mappings

ONTOP module for querying OMERO with SPARQL
0 stars 1 forks source link

Enable integration tests #1

Open joshmoore opened 1 week ago

joshmoore commented 1 week ago

The omero-test-infra repository provides an infrastructure for spinning up an OMERO server in a GitHub action for integration tests. This is used throughout OMERO plugins and clients like omero-figure and imagej-omero. (See https://github.com/search?q=omero-test-infra&type=code for more.)

With this in place, this issue can focus on:

marimeireles commented 13 hours ago

PR #2 includes omero-test-infra in this repo's CI. Is the next step of this task to create another docker container, this time with the ontop environment installed on it and then have some small dummy dataset replicating an omero dataset available somewhere that will have an RDF Schema that will be converted to Ontop using its R2RML mappings language and then served in an endpoint, so we can test whether it's working? And have this added in CI as well?