Replies: 2 comments
|
Thanks for filing an issue, @d-lord. I agree, having |
0 replies
|
any update on this? |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
When writing tests with multiple asynchronous components (eg using OHHTTPStubs), it would be nice to do this:
At the moment, this doesn't seem to be possible at all, as nested
waitUntils are explicitly caught: "Unexpected exception raised: Nested async expectations are not allowed to avoid creating flaky tests."I'm enjoying using Nimble - it's much cleaner to write with than XCTest - but in this case, XCTest's
expectations seem to be the better tool for the job.All reactions