Commit 8517508
authored
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.1 parent 004acdb commit 8517508
1 file changed
+15
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| 26 | + | |
| 27 | + | |
26 | 28 | | |
27 | 29 | | |
28 | 30 | | |
| |||
84 | 86 | | |
85 | 87 | | |
86 | 88 | | |
87 | | - | |
88 | | - | |
89 | | - | |
90 | | - | |
91 | | - | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
92 | 102 | | |
93 | 103 | | |
94 | 104 | | |
| |||
0 commit comments