mirror of
https://github.com/Nikolay-Shirokov/cc-1c-skills.git
synced 2026-07-30 16:36:56 +03:00
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>
This commit is contained in:
co-authored by
Claude Opus 4.6
parent
5281fd54f2
commit
be1bbb2d26
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"script": "db-dump-xml/scripts/db-dump-xml",
|
||||
"setup": "none",
|
||||
"args": [],
|
||||
"snapshot": {
|
||||
"root": "workDir",
|
||||
"normalizeUuids": false
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user