Skip to content

Commit a3e6030

Browse files
committed
Add comments to mark tests for SchemaBuilder.add_class
1 parent 00dbef6 commit a3e6030

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/test_utils/test_schema_builder.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
from linkml_runtime.linkml_model import ClassDefinition, SlotDefinition
88

99

10+
# === Tests for `SchemaBuilder.add_class` ===
1011
@pytest.mark.parametrize("replace_if_present", [True, False])
1112
def test_add_existing_class(replace_if_present):
1213
"""
@@ -144,3 +145,5 @@ def test_add_class_with_extra_kwargs(
144145
added_class = builder.schema.classes[class_name]
145146

146147
assert added_class == expected_added_class
148+
149+
# === Tests for `SchemaBuilder.add_class` end ===

0 commit comments

Comments
 (0)