Need for ontology-specific hygiene tests #46
Unanswered
mereolog
asked this question in
Code Improvements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Currently, all hygiene tests are run against all FIBO ontologies, be them in DEV or PROD level, aggregated as a single RDF graph.
However, there are issues that can be found only if we run a test just for a specific ontology, e.g., the ones reported in edmcouncil/fibo#1081 or edmcouncil/fibo#874.
Is it possible to refactor the devops infrastructure so that a test can be run against each single ontology and/or against all aggregated ontologies?
All reactions