github Quick/Nimble v11.2.0

latest releases: v13.5.0, v13.4.0, v13.3.0...
22 months ago

Improved developer experience by allowing you to use the sync form of expect in a test that has other usage of async test. i.e. the following code compiles again:

class MyTest: XCTestCase {
    func testExample() {
        await someAsyncFunction()
        expect(someValue).to(equal(expectedValue))
    }
}

What's Changed

  • Remove autoclosure tag with async expectations by @younata in #1020

Full Changelog: v11.1.1...v11.2.0

Don't miss a new Nimble release

NewReleases is sending notifications on new releases.