Replies: 2 comments
-
Thanks for filing an issue, @d-lord. I agree, having |
Beta Was this translation helpful? Give feedback.
0 replies
-
any update on this? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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
waitUntil
s 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
expectation
s seem to be the better tool for the job.Beta Was this translation helpful? Give feedback.
All reactions