We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
md5: 92389bef2056fcd8703f3b7ca3fd8cef
Issue Description:
Currently, when trying to use XCTest to assert scenarios in test cases, if I try to use async code within any of the functions, I get the following:
error: 'async' call in an autoclosure that does not support concurrency XCTAssertTrue(try await someAsyncFunc())
It would be really really nice if this was supported.
The text was updated successfully, but these errors were encountered:
@parkera Can we transfer this to swift-corelibs-xctest?
Sorry, something went wrong.
Duplicate of #419. Thank you for filing! We'll track this issue further over there.
Duplicate of #419
No branches or pull requests
Additional Detail from JIRA
md5: 92389bef2056fcd8703f3b7ca3fd8cef
Issue Description:
Currently, when trying to use XCTest to assert scenarios in test cases, if I try to use async code within any of the functions, I get the following:
It would be really really nice if this was supported.
The text was updated successfully, but these errors were encountered: