test: warn when OWL coherency checks are skipped#3312
Open
SproutSeeds wants to merge 1 commit intolinkml:mainfrom
Open
test: warn when OWL coherency checks are skipped#3312SproutSeeds wants to merge 1 commit intolinkml:mainfrom
SproutSeeds wants to merge 1 commit intolinkml:mainfrom
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #3312 +/- ##
==========================================
+ Coverage 80.24% 83.86% +3.62%
==========================================
Files 150 150
Lines 17563 17563
Branches 3662 3662
==========================================
+ Hits 14093 14730 +637
+ Misses 2675 1991 -684
- Partials 795 842 +47
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
4aaf3f0 to
274a9ba
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Part of #3301.
This stays on the narrow no-ROBOT honesty fix only:
PytestWarningwhen OWL coherency checks are skipped becauserobotis not onPATHROBOTpath asUNTESTEDin the compliance READMEFresh verification on this branch:
uv run --python 3.13 pytest tests/linkml/test_compliance/test_core_compliance.py -k 'min_max_values and owl' -q\n-uv run --python 3.13 pytest tests/linkml/test_compliance/test_boolean_slot_compliance.py -k 'any_of_streq_MV and owl' -q\n-PATH=/Volumes/Code_2TB/code/collaboration/.local-tools/linkml-robot/bin:$PATH uv run --python 3.13 pytest tests/linkml/test_compliance/test_core_compliance.py tests/linkml/test_compliance/test_boolean_slot_compliance.py -k 'owl and (min_max_values or any_of_streq_MV)' -q\n\nThe two issue-namedROBOTfailures still do not reproduce here on currentmain+ Python3.13+ROBOT 1.9.10, so this PR does not try to broaden into CIROBOTcoverage or a larger diagnosis change.