Skip to content

Test traits #157

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

Merged
merged 10 commits into from
May 1, 2025
Merged

Test traits #157

merged 10 commits into from
May 1, 2025

Conversation

stephencelis
Copy link
Member

This PR adds dynamic support for Swift Testing's test traits.

We have libraries that work in Swift Testing, pre-Test Scoping traits, but it requires introspection of those traits. This PR allows introspection of these traits in a dynamic way, which is required by our Snapshot Testing library to support UI test targets: pointfreeco/swift-snapshot-testing#975

@stephencelis stephencelis requested a review from mbrandonw April 14, 2025 17:47
@mbrandonw
Copy link
Member

Hi @johankool, we've had to disable Android CI in this repo because it started failing for some reason and we cannot figure out why. If you have time to PR a fix we would happily turn the CI back on.

@mbrandonw mbrandonw merged commit a4268dd into main May 1, 2025
12 checks passed
@mbrandonw mbrandonw deleted the test-traits branch May 1, 2025 00:11
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.

2 participants