Files
cc-1c-skills/tests/skills/cases/db-create/error-bad-template.json
T
Nick Shirokov be1bbb2d26 feat(skill-tests): negative cases for platform-dependent skills
Add expectError test cases for db-create, db-load-xml, db-dump-xml,
db-dump-cf, db-load-cf, db-update, db-run, epf-build, epf-dump.
Tests parameter validation (missing args, bad file paths, partial
mode without required params). Total: 301 cases.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-29 17:40:26 +03:00

6 lines
205 B
JSON

{
"name": "Ошибка: файл шаблона не найден",
"args_extra": ["-InfoBasePath", "C:\\nonexistent\\testdb", "-UseTemplate", "C:\\nonexistent\\template.cf"],
"expectError": true
}