Skip to content

Conversation

@karlseguin
Copy link
Collaborator

Removes optional platform, which only existed for tests.

There is now a global @import("testing.zig").test_app available. This is setup when the test runner starts, and cleaned up at the end of tests. Individual tests don't have to worry about creating app, which I assume was the reason I Platform optional, since that woul dhave been something else that needed to be setup.

Removes optional platform, which only existed for tests.

There is now a global `@import("testing.zig").test_app` available. This is setup
when the test runner starts, and cleaned up at the end of tests. Individual
tests don't have to worry about creating app, which I assume was the reason I
Platform optional, since that woul dhave been something else that needed to be
setup.
Exists for cleaning up after tests.
@karlseguin karlseguin closed this Aug 22, 2025
@github-actions github-actions bot locked and limited conversation to collaborators Aug 22, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants