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

Add a public initializer for Testing.Test #521

Open
younata opened this issue Jul 3, 2024 · 0 comments
Open

Add a public initializer for Testing.Test #521

younata opened this issue Jul 3, 2024 · 0 comments
Labels
enhancement New feature or request public-api Affects public API tools integration Integration of swift-testing into tools/IDEs

Comments

@younata
Copy link

younata commented Jul 3, 2024

Description

I'm in the process of creating a BDD-style DSL on top of Swift Testing (Quick/Quick#1292), and I'm looking at creating Testing.Tests. I could use Testing.Test.__function, but that's explicitly discouraged (though that's definitely what I'll be using for the time being).

I'd like for the Test struct initializers to be made public, so that I have an explicitly supported way to generate Test objects.

@younata younata added the enhancement New feature or request label Jul 3, 2024
@grynspan grynspan added tools integration Integration of swift-testing into tools/IDEs public-api Affects public API labels Jul 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request public-api Affects public API tools integration Integration of swift-testing into tools/IDEs
Projects
None yet
Development

No branches or pull requests

2 participants