We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
SchemaBuilder.add_class
1 parent 00dbef6 commit a3e6030Copy full SHA for a3e6030
tests/test_utils/test_schema_builder.py
@@ -7,6 +7,7 @@
7
from linkml_runtime.linkml_model import ClassDefinition, SlotDefinition
8
9
10
+# === Tests for `SchemaBuilder.add_class` ===
11
@pytest.mark.parametrize("replace_if_present", [True, False])
12
def test_add_existing_class(replace_if_present):
13
"""
@@ -144,3 +145,5 @@ def test_add_class_with_extra_kwargs(
144
145
added_class = builder.schema.classes[class_name]
146
147
assert added_class == expected_added_class
148
+
149
+# === Tests for `SchemaBuilder.add_class` end ===
0 commit comments