Skip to content

fix(test): unit tests no longer require the test stack - #14

Merged
dimknaf merged 1 commit into
mainfrom
fix/ci-unit-tests
Jun 12, 2026
Merged

fix(test): unit tests no longer require the test stack#14
dimknaf merged 1 commit into
mainfrom
fix/ci-unit-tests

Conversation

@dimknaf

@dimknaf dimknaf commented Jun 12, 2026

Copy link
Copy Markdown
Owner

The session-wide autouse guard demanded the isolated test stack even for pure unit tests - including the two files CI runs - so they all errored when nothing listened on 8002. The guard now hangs off the api fixture: unit tests run stack-free, integration tests still fail fast with the start-the-stack instructions.

The session-wide autouse guard demanded the isolated test stack even for
pure unit tests - including the two files CI runs - so they all errored
when nothing listened on 8002. The guard now hangs off the api fixture:
unit tests run stack-free, integration tests still fail fast with the
start-the-stack instructions.
@dimknaf
dimknaf merged commit 68f8315 into main Jun 12, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant