Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Swift Testing: Reset file counter for each test #966

Merged
merged 2 commits into from
Mar 31, 2025

Conversation

stephencelis
Copy link
Member

This introduces a new task local to the test scoping trait to allow a test to be repeatedly run.

Fixes #963.

This introduces a new task local to the test scoping trait to allow a
test to be repeatedly run.

Fixes #963.
@stephencelis stephencelis merged commit 0a670ab into main Mar 31, 2025
4 checks passed
@stephencelis stephencelis deleted the fix-repeat-run-swift-testing branch March 31, 2025 22:56
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.

Support running Swift Testing tests repeatedly
2 participants