alexliesenfeld / httpmock

HTTP mocking library for Rust
https://httpmock.rs
MIT License
472 stars 42 forks source link

Optional state reset #8

Closed alexliesenfeld closed 4 years ago

alexliesenfeld commented 4 years ago

According to #6 some users are using a standalone mock server for general API stubbing without the need to run tests with it. The current default implementation always resets the state of the mock server whenever a new test is started. This prevents using httpmock for this kind of stubbing scenarios.

httpmock should have

alexliesenfeld commented 4 years ago

Irrelevant at this time, so closing for now.