mockito 0.4.1

HTTP mocking for Rust
Documentation

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

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