6 ms·
We use httpmock [1] for lychee, and it works quite well. Haven't looked too closely at the differences yet. [1] https://docs.rs/httpmock/latest/httpmock/ https
by mre 8mo ago
We use httpmock [1] for lychee, and it works quite well. Haven't looked too closely at the differences yet.
[1] https://docs.rs/httpmock/latest/httpmock/ https://docs.rs/httpmock/latest/httpmock/
- rumatoest 8mo agoAs I see httpmock is meant only for rust unit tests. In my case unit test library is a side effect. Apate main goal is to be a stand alone server. For example you are building web app that interacts with backend which is not ready yet. So you can simulate some API from this backend locally.
- alexliesenfeld 7mo ago[dead]