mirror of
https://github.com/Nikolay-Shirokov/cc-1c-skills.git
synced 2026-09-12 13:10:52 +03:00
feat: add meta-validate, meta-info tests and broken fixtures
- meta-validate: 3 cases (valid catalog, bad root element, file not found) - meta-info: 2 cases (catalog overview with stdoutContains, not found error) - fixtures/broken/catalog-bad-root for negative validate tests - All 5 skill archetypes now covered: compile, init, edit, validate, info 17 tests, all passing. 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
95776a4248
commit
312d058412
@@ -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