mockito 0.7.2

HTTP mocking for Rust
docs.rs failed to build mockito-0.7.2
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: mockito-1.4.0

Get it on crates.io.

Documentation available at http://lipanski.github.io/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. I'll handle versioning and generating docs, after the pull request gets merged.
  4. :shipit:

Development

Run tests:

cargo test --no-fail-fast -- --test-threads=1

Generate docs:

rm -r target/doc/* && cargo doc --no-deps && rm -r docs/generated/* && cp -R target/doc/* docs/generated

Release:

cargo package && cargo publish

Run benchmarks:

rustup install nightly
rustup run nightly cargo bench

Logo courtesy to http://niastudio.net :ok_hand: