Skip to content

Combine hand-written integration tests into one binary#951

Merged
nicoburns merged 1 commit into
DioxusLabs:mainfrom
nicoburns:combine-integration-tests
Apr 26, 2026
Merged

Combine hand-written integration tests into one binary#951
nicoburns merged 1 commit into
DioxusLabs:mainfrom
nicoburns:combine-integration-tests

Conversation

@nicoburns
Copy link
Copy Markdown
Member

Objective

  • Improves compile time of tests
  • Means that all hand-written integration tests run at once and we don't get "fail fast" behaviour where tests in a different binary don't even run until tests in the first binary pass.

Notes

This is a pretty small refactor that just moves around the module hierarchy of tests.

Signed-off-by: Nico Burns <nico@nicoburns.com>
@nicoburns nicoburns added the testing Additional tests or improvements to the testing infrastructure label Apr 26, 2026
@nicoburns nicoburns changed the title Comine hand-written integration tests into one binary Combine hand-written integration tests into one binary Apr 26, 2026
@nicoburns nicoburns enabled auto-merge (squash) April 26, 2026 14:43
@nicoburns nicoburns merged commit d803b72 into DioxusLabs:main Apr 26, 2026
27 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

testing Additional tests or improvements to the testing infrastructure

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant