HTTP mocking for Rust!
Get it on crates.io.
Documentation available at https://docs.rs/mockito.
Before upgrading, make sure to check out the changelog.
- Check the existing issues and pull requests.
- One commit is one feature - consider squashing.
Run tests:
cargo test --tests
# See https://github.com/lipanski/mockito/issues/36
cargo test --doc -- --test-threads=1
Release:
cargo package && cargo publish
Run benchmarks:
rustup install nightly
rustup run nightly cargo bench
Logo courtesy to http://niastudio.net 👌