-
Notifications
You must be signed in to change notification settings - Fork 1.4k
[Tests] Convert InitTests to Swift Testing #9079
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
base: main
Are you sure you want to change the base?
[Tests] Convert InitTests to Swift Testing #9079
Conversation
@swift-ci please test |
f556bd1
to
4a43f2f
Compare
@swift-ci please test |
@swift-ci please test windows |
/// | ||
/// - Parameters: | ||
/// - path: The absolute path to check for file existence. | ||
/// - sourceLocation: The source location where the expectation is made. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
praise: thank you for adding documentation to these files! this makes it a lot more readable.
import Testing | ||
import SPMBuildCore | ||
|
||
/// Tests for the `InitPackage` functionality, which creates new Swift packages with different configurations. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
praise: another thank you for the comments/documentation here!
@swift-ci please test windows |
4a43f2f
to
ce0cf11
Compare
@swift-ci test |
@swift-ci test windows |
Now that #9032 has landed, take the work from #8995 to convert the InitTests to Swift Testing and break it out in to its own PR.