Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions tests/unit/deepschema/test_matcher.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,8 @@ def test_skips_anonymous_schema_with_parse_error(self, tmp_path: Path) -> None:
result = get_schemas_for_file_fast("src/app.py", tmp_path)
assert result == []

# THIS TEST VALIDATES A HARD REQUIREMENT (DW-REQ-011.6).
# YOU MUST NOT MODIFY THIS TEST UNLESS THE REQUIREMENT CHANGES
def test_returns_both_named_and_anonymous(self, tmp_path: Path) -> None:
"""When both a named and anonymous schema apply, both are returned."""
# Named schema matching *.yml files
Expand Down
Loading