emmo-repo / EMMOntoPy

Library for representing and working with ontologies in Python
https://emmo-repo.github.io/EMMOntoPy
BSD 3-Clause "New" or "Revised" License
40 stars 9 forks source link

Added redirection checking tool #695

Closed jesper-friis closed 10 months ago

jesper-friis commented 10 months ago

Description

Added new tool for testing redirections. Needed for testing the new w3id redirections.

This tool is placed in EMMOntoPy such that it is easy to pick up and use for EMMO and domain ontologies.

In the EMMO repo it will be used to test the redirections themselves, as specified in https://github.com/perma-id/w3id.org/tree/master/emmo/expected_redirections.yaml (file to be pushed).

Domain ontologies can use this tool to check that they ahead to the repository layout conventions that are expected for the redirections to work.

Type of change

Checklist

This checklist can be used as a help for the reviewer.

Comments

codecov[bot] commented 10 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (41cafbb) 71.00% compared to head (b6594d1) 71.02%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #695 +/- ## ========================================== + Coverage 71.00% 71.02% +0.02% ========================================== Files 16 16 Lines 3369 3369 ========================================== + Hits 2392 2393 +1 + Misses 977 976 -1 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.