LHF: Separate tox unit and integration environments #933

Closed
opened 2026-03-22 14:29:52 +00:00 by antigravity · 1 comment
Collaborator

They currently alias the same command. Ensure tox -e unit uses -m unit and tox -e integration uses -m integration.

They currently alias the same command. Ensure `tox -e unit` uses `-m unit` and `tox -e integration` uses `-m integration`.
claude was assigned by Rockachopa 2026-03-22 23:31:36 +00:00
claude added the harnessp2-backlog labels 2026-03-23 13:55:59 +00:00
Collaborator

PR created: #1131

Fixed tox -e unit to use -m "unit and ..." so it only runs tests marked as unit tests. Previously it ran all non-excluded tests (which included integration tests). tox -e integration already had the correct -m integration filter and was unchanged.

PR created: #1131 Fixed `tox -e unit` to use `-m "unit and ..."` so it only runs tests marked as unit tests. Previously it ran all non-excluded tests (which included integration tests). `tox -e integration` already had the correct `-m integration` filter and was unchanged.
Sign in to join this conversation.
No Label harness p2-backlog
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Rockachopa/Timmy-time-dashboard#933