Files
ts-pykeepass-wrapper/tests/integration
matmoul 4cb568c326 fix: default bridge and tests to project venv Python
Use .venv/bin/python3 by default, with PYTHON_PATH as an override, and update the setup script and docs to match the new virtualenv-based workflow.
2026-05-10 00:00:56 +02:00
..
2026-05-09 23:50:24 +02:00

Integration Tests

This directory is reserved for tests that require external dependencies or a Python environment with pykeepass installed.

Conventions

  • Use *.test.ts filenames.
  • 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 pykeepass and fixture credentials are available.
  • Prefer fixtures in tests/fixtures/ and keep expectations aligned with the companion JSON file.