Add backend test scaffold (pytest + httpx.AsyncClient) #1
Labels
No labels
documentation
feature
infrastructure
manual-work
tech-debt
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
hiten/claude-code-pwa#1
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Context
There are no automated tests in the repo. Per the global rule, every feature must ship with tests, so the first step is the scaffold.
Acceptance Criteria
pytest+pytest-asyncio+httpxadded to arequirements-dev.txttests/directory with conftest providing a fixture that mocks_tmux()and procfs reads/api/health,GET /api/sessions,GET /api/folders,POST /api/sessions,DELETE /api/sessions/{id}/procNotes
Once this lands, every subsequent issue must include tests as part of acceptance.