-
Notifications
You must be signed in to change notification settings - Fork 414
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
Adopt Swift-Testing in test utils such as SwiftSyntaxMacrosTestSupport
#2720
Labels
enhancement
New feature or request
Comments
Not that hard to do, even manually.
[Update]: added some more imports to the code. |
Synced to Apple’s issue tracker as rdar://131312113 |
MahdiBM
changed the title
Adapt Swift-Testing in test utils such as
Adopt Swift-Testing in test utils such as Jul 8, 2024
SwiftSyntaxMacrosTestSupport
SwiftSyntaxMacrosTestSupport
FWIW rather than |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
Currently you need to use
XCTest
to run macro tests withSwiftSyntaxMacrosTestSupport
functions because they rely on someXCTest
functions such asXCTFail
.swift-syntax tests utils should also support Swift-Testing.
The text was updated successfully, but these errors were encountered: