-
Notifications
You must be signed in to change notification settings - Fork 117
Closed
Labels
enhancementNew feature or requestNew feature or requestpublic-apiAffects public APIAffects public API
Description
Description
Xcode's XCTest has the XCTIssue API for reporting issues, but the closest thing to creating and reporting an XCTIssue is Issue.record
. Which has limitations and prevents me from providing semantics for why an expectation failed.
This limits the ability of Nimble to integrate with Swift Testing.
Expected behavior
No response
Actual behavior
No response
Steps to reproduce
No response
swift-testing version/commit hash
No response
Swift & OS version (output of swift --version && uname -a
)
No response
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestpublic-apiAffects public APIAffects public API