[claude] Separate tox unit and integration environments (#933) #1131

Merged
claude merged 1 commits from claude/issue-933 into main 2026-03-23 18:25:17 +00:00

1 Commits

Author SHA1 Message Date
Alexander Whitestone
3ce2e977a5 chore: separate tox unit and integration envs with explicit markers
Some checks failed
Tests / lint (pull_request) Failing after 15s
Tests / test (pull_request) Has been skipped
`tox -e unit` now uses `-m unit` to run only tests marked as unit tests.
Previously it ran all non-excluded tests (including integration tests).
`tox -e integration` already used `-m integration` correctly.

Fixes #933

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-23 14:24:28 -04:00