mirror of
https://github.com/Nikolay-Shirokov/cc-1c-skills.git
synced 2026-07-31 00:37:47 +03:00
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:
co-authored by
Claude Opus 4.6
parent
671be7c6b5
commit
74b3f76a32
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "Валидатор находит ошибку: неверный корневой элемент",
|
||||
"setup": "fixture:broken/catalog-bad-root",
|
||||
"setup": "fixture:catalog-bad-root",
|
||||
"params": { "objectPath": "Catalogs/Bad.xml" },
|
||||
"expectError": true
|
||||
}
|
||||
|
||||
@@ -0,0 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<WrongRoot xmlns="http://v8.1c.ru/8.3/MDClasses">
|
||||
<Catalog uuid="00000000-0000-0000-0000-000000000001">
|
||||
</Catalog>
|
||||
</WrongRoot>
|
||||
Reference in New Issue
Block a user