11 lines
477 B
Markdown
11 lines
477 B
Markdown
# Integration Tests
|
|
|
|
This directory is reserved for compatibility tests and scenarios that may use `pykeepass`.
|
|
|
|
## Conventions
|
|
- Use `*.test.ts` filenames.
|
|
- 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.
|