refactor: move broken fixtures into skill directory, remove global fixtures/

fixture: paths now resolve relative to skill's cases/ dir, not global.
Each validate skill keeps its broken fixtures locally.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Nick Shirokov
2026-03-28 13:31:34 +03:00
parent 671be7c6b5
commit 74b3f76a32
4 changed files with 9 additions and 9 deletions
@@ -1,6 +1,6 @@
{
"name": "Валидатор находит ошибку: неверный корневой элемент",
"setup": "fixture:broken/catalog-bad-root",
"setup": "fixture:catalog-bad-root",
"params": { "objectPath": "Catalogs/Bad.xml" },
"expectError": true
}