477 B
477 B
Integration Tests
This directory is reserved for compatibility tests and scenarios that may use pykeepass.
Conventions
- Use
*.test.tsfilenames. - Keep tests here isolated from unit tests.
- Prefer explicit setup/skip logic when optional dependencies are missing.
- Integration tests should verify native behavior against the compatibility reference when available.
- Prefer fixtures in
tests/fixtures/and keep expectations aligned with the companion JSON file.