-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support mocking for async methods #78
Comments
see local branch It's not clear how to do this. I can't see a way to mock the mutli curl api, but maybe it can be dumber than that ... |
ah, so is this a limit for http testing at the moment? |
yes, right now async requests can't be tested with webmockr or vcr |
Good to know! |
so just as a note, in ropenaq tests that uses async requests got |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Right now, mocking is only supported for
HttpClient
. Support it for if possibleAsync
AsyncVaried
AsyncVaried
is used inside ofAsync
, so should just need to adjustAsyncVaried
The text was updated successfully, but these errors were encountered: