We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 288a4aa commit 374cf03Copy full SHA for 374cf03
1 file changed
tests/shared.py
@@ -104,6 +104,8 @@ def do_entity_test(
104
"""
105
Shared function to test a RO-Crate entity
106
107
+ assert sum([bool(rocrate_entity_patch), bool(rocrate_entity_mod_sparql)]) != 2, "Cannot use rocrate_entity_patch and rocrate_entity_mod_sparql together"
108
+
109
# declare variables
110
failed_requirements = None
111
detected_issues = None
0 commit comments