-
-
Notifications
You must be signed in to change notification settings - Fork 109
Testing and Status
AOJDevStudio edited this page Aug 1, 2026
·
1 revision
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-linksThese 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.
- #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.
Finance Guru documentation is educational only, not investment advice. See Privacy and Wiki Maintenance.