Skip to content

Testing and Status

AOJDevStudio edited this page Aug 1, 2026 · 1 revision

Testing and Status

The repository includes unit and integration-marked tests plus local quality checks. Run them locally from the repository root:

uv run pytest -m "not integration"
uv run ruff check .
uv run ruff format --check .
uv run mypy src/
bun run docs:check-links

What checks demonstrate

These checks provide local evidence for the tested code and documentation surfaces. They do not establish a release, a deployed service, connected financial accounts, successful broker or bank synchronization, or investment performance.

Current tracked limitations

  • #108: Momentum CLI help formatting fails.
  • #120: Input validation CLI imports a removed market-data symbol.

Use the repository’s issue tracker as the authority for open work. For setup and command behavior, see Getting Started and CLI Reference.

Clone this wiki locally