Skip to content

Commit b1eaada

Browse files
committed
chore: consolidate REUSE.toml eval fixture annotations
Merge three separate eval fixture glob entries (*.patch, *.txt, *.json) into a single `tests/fixtures/eval/**` wildcard. Add fuzz/Cargo.toml annotation for REUSE compliance.
1 parent 36be829 commit b1eaada

1 file changed

Lines changed: 4 additions & 11 deletions

File tree

REUSE.toml

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -25,22 +25,15 @@ SPDX-License-Identifier = "PolyForm-Noncommercial-1.0.0"
2525
SPDX-FileComment = "GitHub issue templates"
2626

2727
[[annotations]]
28-
path = "tests/fixtures/eval/**/*.patch"
28+
path = "tests/fixtures/eval/**"
2929
precedence = "aggregate"
3030
SPDX-FileCopyrightText = "2026 Sephyi <me@sephy.io>"
3131
SPDX-License-Identifier = "PolyForm-Noncommercial-1.0.0"
32-
SPDX-FileComment = "Evaluation fixture diff files"
32+
SPDX-FileComment = "Evaluation test fixtures"
3333

3434
[[annotations]]
35-
path = "tests/fixtures/eval/**/*.txt"
35+
path = "fuzz/Cargo.toml"
3636
precedence = "aggregate"
3737
SPDX-FileCopyrightText = "2026 Sephyi <me@sephy.io>"
3838
SPDX-License-Identifier = "PolyForm-Noncommercial-1.0.0"
39-
SPDX-FileComment = "Evaluation fixture expected output"
40-
41-
[[annotations]]
42-
path = "tests/fixtures/eval/**/*.json"
43-
precedence = "aggregate"
44-
SPDX-FileCopyrightText = "2026 Sephyi <me@sephy.io>"
45-
SPDX-License-Identifier = "PolyForm-Noncommercial-1.0.0"
46-
SPDX-FileComment = "Evaluation fixture mock LLM responses"
39+
SPDX-FileComment = "Fuzz testing crate manifest"

0 commit comments

Comments
 (0)