apple/swift-corelibs-xctest

[SR-14403] async/await support in XCTest

Closed this issue · 2 comments

Previous ID SR-14403
Radar rdar://problem/73157688
Original Reporter @kirilltitov
Type New Feature
Status Closed
Resolution Done
Additional Detail from JIRA
Votes 5
Component/s XCTest
Labels New Feature
Assignee @stmontgomery
Priority Medium

md5: abbef9c94a1d122f998ba8ed08463036

Issue Description:

As we're getting concurrency in Swift quite soon, we have to test async functions.

Support for async tests has now landed in Corelibs XCTest, and related components including SwiftPM.