-
Notifications
You must be signed in to change notification settings - Fork 54
mock support #2
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed
Type
Fields
Give feedbackNo fields configured for issues without a type.
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
tidewith 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!