QA Gauntlet v4 — full cascade loop stress test (staging)
- Python 89.7%
- Mako 5.6%
- Dockerfile 3.8%
- Shell 0.9%
|
|
||
|---|---|---|
| .forgejo/workflows | ||
| alembic | ||
| app | ||
| docs/architecture/specs | ||
| tests | ||
| .gitignore | ||
| alembic.ini | ||
| Dockerfile | ||
| entrypoint.sh | ||
| pyproject.toml | ||
| README.md | ||
| uv.lock | ||
QA Gauntlet v4
Full cascade loop stress test for HaskyOS orchestrator (staging).
Setup
uv sync --extra dev
Run tests
uv run pytest
Run server
GAUNTLET_DATABASE_URL=postgresql+asyncpg://user:pass@localhost/qa_gauntlet_v4 uv run uvicorn app.main:app