|
24 | 24 | /// `.build/attachments` by default. Visual Studio Code reports the paths to
|
25 | 25 | /// individual attachments in its Tests Results panel.
|
26 | 26 | /// - When using Swift Package Manager's `swift test` command, you can pass the
|
27 |
| -/// `--attachments-path` option and the testing library will save attachments |
28 |
| -/// to the specified directory. |
| 27 | +/// `--attachments-path` option. The testing library saves attachments to the |
| 28 | +/// specified directory. |
29 | 29 | ///
|
30 | 30 | /// If you add an instance of this trait type to a test, any attachments that
|
31 | 31 | /// test records are stored in memory until the test finishes running. The
|
@@ -238,8 +238,8 @@ extension Trait where Self == AttachmentSavingTrait {
|
238 | 238 | /// `.build/attachments` by default. Visual Studio Code reports the paths to
|
239 | 239 | /// individual attachments in its Tests Results panel.
|
240 | 240 | /// - When using Swift Package Manager's `swift test` command, you can pass
|
241 |
| - /// the `--attachments-path` option and the testing library will save |
242 |
| - /// attachments to the specified directory. |
| 241 | + /// the `--attachments-path` option. The testing library saves attachments |
| 242 | + /// to the specified directory. |
243 | 243 | ///
|
244 | 244 | /// If you add this trait to a test, any attachments that test records are
|
245 | 245 | /// stored in memory until the test finishes running. The testing library then
|
@@ -276,8 +276,8 @@ extension Trait where Self == AttachmentSavingTrait {
|
276 | 276 | /// to `.build/attachments` by default. Visual Studio Code reports the paths
|
277 | 277 | /// to individual attachments in its Tests Results panel.
|
278 | 278 | /// - When using Swift Package Manager's `swift test` command, you can pass
|
279 |
| - /// the `--attachments-path` option and the testing library will save |
280 |
| - /// attachments to the specified directory. |
| 279 | + /// the `--attachments-path` option. The testing library saves attachments |
| 280 | + /// to the specified directory. |
281 | 281 | ///
|
282 | 282 | /// If you add this trait to a test, any attachments that test records are
|
283 | 283 | /// stored in memory until the test finishes running. The testing library then
|
@@ -315,8 +315,8 @@ extension Trait where Self == AttachmentSavingTrait {
|
315 | 315 | /// to `.build/attachments` by default. Visual Studio Code reports the paths
|
316 | 316 | /// to individual attachments in its Tests Results panel.
|
317 | 317 | /// - When using Swift Package Manager's `swift test` command, you can pass
|
318 |
| - /// the `--attachments-path` option and the testing library will save |
319 |
| - /// attachments to the specified directory. |
| 318 | + /// the `--attachments-path` option. The testing library saves attachments |
| 319 | + /// to the specified directory. |
320 | 320 | ///
|
321 | 321 | /// If you add this trait to a test, any attachments that test records are
|
322 | 322 | /// stored in memory until the test finishes running. The testing library then
|
|
0 commit comments