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
For testing Surf it'd be great if we could create a mock backend to automatically handle http responses. We could in turn for example use tide with the mock frontend to create mock responses.
The benefit of this is that unit tests should become really fast, and we can provide extra methods to assert values, as seen in http-rs/tide#273. Thanks!
The text was updated successfully, but these errors were encountered:
For testing Surf it'd be great if we could create a mock backend to automatically handle http responses. We could in turn for example use
tide
with the mock frontend to create mock responses.The benefit of this is that unit tests should become really fast, and we can provide extra methods to assert values, as seen in http-rs/tide#273. Thanks!
The text was updated successfully, but these errors were encountered: