-
Notifications
You must be signed in to change notification settings - Fork 103
Allow direct creation of Issues #474
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Discussed in a lab. We've so far resisted doing this in the general case because we want to steer developers toward specific API like We currently offer a number of interfaces guarded by Would it be useful if we added an |
Hi @grynspan! Thanks for the quick response! My concern with using Blocking the integration on tools-only |
I think we do need to expose the ability to programmatically initialize and record an If anyone would like to get started drafting an API proposal (using our template) for this, that would certainly be welcome! |
Tracked internally as rdar://114106842 |
My only timeline is that I'd like to be able to ship Swift Testing integration in Nimble when Xcode 16 is fully released.
I'm happy to take on that API proposal. It'll probably go through a few revisions before it's merged, though. |
Let's go with #490, as described in #481 (comment) |
Hi @grynspan, sorry to comment on a closed issue, but it seems that |
@mbrandonw No, it's a bug in Xcode. Apple is investigating. |
Hi @grynspan, thanks! And good to know. Is there any update on the status of |
This is not the appropriate place for questions about Swift Testing in general. Please consider starting a thread on the Swift forums. Thanks! |
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
The text was updated successfully, but these errors were encountered: