Skip to content

Commit 44ce4ad

Browse files
benfdkingCopilot
andcommitted
Update tests/core/linter/test_builtin.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 1316b65 commit 44ce4ad

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

tests/core/linter/test_builtin.py

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,13 @@
44

55

66
def test_no_unregistered_external_models(tmp_path, copy_to_temp_path) -> None:
7-
"""Tests that it returns a correct"""
7+
"""
8+
Tests that the linter correctly identifies unregistered external model dependencies.
9+
10+
This test removes the `external_models.yaml` file from the sushi example project,
11+
enables the linter, and verifies that the linter raises a violation for a model
12+
that depends on unregistered external models.
13+
"""
814
sushi_paths = copy_to_temp_path("examples/sushi")
915
sushi_path = sushi_paths[0]
1016

0 commit comments

Comments
 (0)