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
Add CustomStringConvertible conformance to ExitTest.Condition and StatusAtExit. (#1073)
This PR adds `CustomStringConvertible` conformance to these data/value
types so that they are presented reasonably in expectation failure
messages or when printed.
Strictly speaking, API changes should go through a review, but there's
not really anything to review here, so with the consent of the Testing
Workgroup we can amend the exit tests proposal to retroactively include
these conformances.
See also: swiftlang/swift-evolution#2789
### 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