You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update 2024/11 – I updated the issue title to "Upgrade Nimble... or replace in favor of Swift Testing?" I love Nimble and I think it offers much better API for async code testing than XCTest. But how does it stack against Swift Testing? Would it make sense to invest in adopting Swift Testing (which can run alongside XCTest) and drop Nimble? Would any of the code we assert using Nimble need to be updated as well (e.g. to use async?) to ease the migration?
The text was updated successfully, but these errors were encountered:
Yesterday, I wanted to replace an
XCTNSPredicateExpectation
usage with a faster NimbletoEventually
matcher but I run into some issues adding Nimble to the UITestsFoundation framework via CocoaPods.This seems like the perfect occasion to:
XCTNSPredicateExpectation
expectations with Nimble'stoEventually
#19080Update 2024/11 – I updated the issue title to "Upgrade Nimble... or replace in favor of Swift Testing?" I love Nimble and I think it offers much better API for async code testing than XCTest. But how does it stack against Swift Testing? Would it make sense to invest in adopting Swift Testing (which can run alongside XCTest) and drop Nimble? Would any of the code we assert using Nimble need to be updated as well (e.g. to use
async
?) to ease the migration?The text was updated successfully, but these errors were encountered: