You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Mention module name and presence in toolchain in README (#1233)
This adds a mention of the testing library's module name (`import
Testing`) and its presence in officially-supported Swift toolchains in
the `README`.
### Motivation:
Some users have been confused about whether they need to declare a
package dependency on the `swift-testing` package to use Swift Testing.
It's included in Swift toolchains for officially-supported platforms, so
we generally do not recommend declaring such a package dependency, and
doing so can lead to a degraded experience with integrated tools.
### Checklist:
- [x] Code and documentation should follow the style of the [Style
Guide](https://github.com/apple/swift-testing/blob/main/Documentation/StyleGuide.md).
- [X] If public symbols are renamed or modified, DocC references should
be updated.
0 commit comments