We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d8b524 commit 761474bCopy full SHA for 761474b
tests/core/linter/test_builtin.py
@@ -4,7 +4,13 @@
4
5
6
def test_no_unregistered_external_models(tmp_path, copy_to_temp_path) -> None:
7
- """Tests that it returns a correct"""
+ """
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
14
sushi_paths = copy_to_temp_path("examples/sushi")
15
sushi_path = sushi_paths[0]
16
0 commit comments