mirror of
https://github.com/Nikolay-Shirokov/cc-1c-skills.git
synced 2026-06-12 00:44:57 +03:00
be1bbb2d26
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>
6 lines
197 B
JSON
6 lines
197 B
JSON
{
|
|
"name": "Ошибка: входной файл не найден",
|
|
"args_extra": ["-InputFile", "C:\\nonexistent\\config.cf", "-InfoBasePath", "C:\\nonexistent\\db"],
|
|
"expectError": true
|
|
}
|