Cover egress_addon adapter and remove coverage omit #286

Open
opened 2026-06-25 19:24:55 -04:00 by didericis-claude · 0 comments
Collaborator

From quality-eval audit (medium priority).

.coveragerc omits bot_bottle/egress_addon.py — the real mitmproxy adapter that wires production egress. The decision logic is extracted to the tested egress_addon_core.py, but the adapter glue is unexercised.

Task: Add an integration test that drives egress_addon against a stub flow object covering the adapter glue, then remove the egress_addon.py omit from .coveragerc.

No PRD required (test coverage improvement).

From quality-eval audit (medium priority). `.coveragerc` omits `bot_bottle/egress_addon.py` — the real mitmproxy adapter that wires production egress. The decision logic is extracted to the tested `egress_addon_core.py`, but the adapter glue is unexercised. **Task:** Add an integration test that drives `egress_addon` against a stub flow object covering the adapter glue, then remove the `egress_addon.py` omit from `.coveragerc`. No PRD required (test coverage improvement).
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: didericis/bot-bottle#286