mockito 0.13.0

HTTP mocking for Rust.
Documentation

Get it on crates.io.

Documentation available at https://docs.rs/mockito.

Before upgrading, make sure to check out the changelog.

Contribution Guidelines

  1. Check the existing issues and pull requests.
  2. One commit is one feature - consider squashing.
  3. :shipit:

Development

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 :ok_hand: