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
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
For most of our tests that consume third-party APIs, we use HTTP mocks (e.g.) to speed up the tests. I think this is a fairly common practice.
To speed up the development workflow, it would be very helpful if ray had to following functionality:
Real Request: true
)With these enhancements, one could easily check if all requests were mocked and could quickly add those that were not mocked yet.
Beta Was this translation helpful? Give feedback.
All reactions