5fa30414d7
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.
Integration Tests
This directory is reserved for tests that require external dependencies or a Python environment with pykeepass installed.
Conventions
- Use
*.test.tsfilenames. - Keep tests here isolated from unit tests.
- Prefer explicit setup/skip logic when runtime dependencies are missing.
- Integration tests should verify the real KeePass bridge when
pykeepassand fixture credentials are available. - Prefer fixtures in
tests/fixtures/and keep expectations aligned with the companion JSON file.