- Wait 1 second while waiting for mountebank to come up; retry used milliseconds while tenacity uses seconds.
- Relaxed the dependencies needed for pymountebank and also used tenacity as retrying is deprecated.
- Allows status codes to be used to be able to mock non-200 responses.
repeat
argument added toImposter.add_stub
- Multiple responses can be added to the same stub
- Imposter.mockhttp by default waits for mountebank to become accessible
- mountebank pip was born