fix: normalize bridge errors and support nested group paths

Distinguish invalid KeePass requests from backend failures in the Python bridge, improve nested group path resolution, and add coverage for nested group creation plus payload forwarding.
This commit is contained in:
2026-05-10 00:56:58 +02:00
parent ee0e2c85f4
commit 5fa30414d7
8 changed files with 99 additions and 23 deletions
+4 -2
View File
@@ -1,5 +1,7 @@
# State
- Added failure-path, command-forwarding, and keyFile payload unit tests for the bridge.
- Latest unit and full test runs passed.
- Hardened bridge error handling and nested group path resolution.
- Added unit coverage for invalid JSON, empty output, nested group path forwarding, and keyFile payloads.
- Added integration coverage for creating groups on temporary copies.
- Latest test run passed: 20 tests, 0 failures.
- Project renamed to ts-pykeepass-wrapper; current focus remains the TypeScript wrapper + Python bridge for KeePass.