Skip to content

Commit 26d4fe2

Browse files
committed
Add a few more stray details to the proposal
1 parent 290b816 commit 26d4fe2

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Documentation/Proposals/NNNN-custom-test-execution-traits.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Authors: [Stuart Montgomery](https://github.com/stmontgomery)
55
* Status: **Awaiting review**
66
* Implementation: [swiftlang/swift-testing#733](https://github.com/swiftlang/swift-testing/pull/733), [swiftlang/swift-testing#86](https://github.com/swiftlang/swift-testing/pull/86)
7-
* Review: ([pitch](https://forums.swift.org/...))
7+
* Review: ([pitch](https://forums.swift.org/t/pitch-custom-test-execution-traits/75055))
88

99
### Revision history
1010

@@ -404,6 +404,10 @@ extension Trait where Self == MockAPICredentialsTrait {
404404

405405
The proposed APIs are purely additive.
406406

407+
This proposal will replace the existing `CustomExecutionTrait` SPI, and after
408+
further refactoring we anticipate it will obsolete the need for the
409+
`SPIAwareTrait` SPI as well.
410+
407411
## Integration with supporting tools
408412

409413
Although some built-in traits are relevant to supporting tools (such as

0 commit comments

Comments
 (0)