From 45da48739194fea0d6e6340faa44883253dd2211 Mon Sep 17 00:00:00 2001 From: Jan Nils Ferner Date: Mon, 3 Jun 2019 10:42:08 +0200 Subject: [PATCH] Add mockiato This mocking library was recently voted as the crate of the week. [Reddit post](https://www.reddit.com/r/rust/comments/bshn0f/announcing_mockiato_a_strict_yet_friendly_mocking/) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 231a2ff..db03db1 100644 --- a/README.md +++ b/README.md @@ -554,6 +554,7 @@ See also [Are we (I)DE yet?](https://areweideyet.com/) and [Rust Tools](https:// [[testing](https://crates.io/keywords/testing)] +* [mockiato](https://crates.io/crates/mockiato) — A strict, yet friendly mocking library for Rust 2018 [](https://travis-ci.com/myelin-ai/mockiato) * [mutagen](https://crates.io/crates/mutagen) — A source-level mutation testing framework (nightly only) [](https://travis-ci.org/llogiq/mutagen) * [AlKass/polish](https://github.com/AlKass/polish) — Mini Testing/Test-Driven Framework [![Build Status](https://api.travis-ci.org/AlKass/polish.svg?branch=master)](https://travis-ci.org/AlKass/polish) [![Crates Package Status](https://img.shields.io/crates/v/polish.svg)](https://crates.io/crates/polish) * [proptest](https://crates.io/crates/proptest) — property testing framework inspired by the [Hypothesis](https://hypothesis.works/) framework for Python [](https://travis-ci.org/altsysrq/proptest)