Skip to content

test: initial test implementation for the store#94

Merged
mgerb merged 1 commit into
mainfrom
dev
May 19, 2026
Merged

test: initial test implementation for the store#94
mgerb merged 1 commit into
mainfrom
dev

Conversation

@mgerb
Copy link
Copy Markdown
Owner

@mgerb mgerb commented May 19, 2026

  • The state architecture changes enable much more robust unit testing. Given that most dependencies are interfaces (e.g. video_capture, audio_capture, etc.), we can easily provide test implementations of these to our tests. This allows us to write "unit" tests that are much closer to integration or e2e tests.

- The state architecture changes enable much more robust unit testing.
  Given that most dependencies are interfaces (e.g. video_capture,
  audio_capture, etc.), we can easily provide test implementations of
  these to our tests. This allows us to write "unit" tests that are much
  closer to integration or e2e tests.
@mgerb mgerb merged commit 67e41cb into main May 19, 2026
1 check passed
@mgerb mgerb deleted the dev branch May 19, 2026 05:05
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