|
|
|
|
|
by rumatoest
136 days ago
|
|
As 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. |
|