From 3c44d1d396f6dabdb05c97465d5967117ceb7e0a Mon Sep 17 00:00:00 2001 From: Jeff Parsons Date: Tue, 17 May 2016 21:33:05 +1000 Subject: [PATCH] Add stainless test framework --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index cc7edde..8f60627 100644 --- a/README.md +++ b/README.md @@ -181,6 +181,7 @@ See also [http://areweideyet.com/](http://areweideyet.com/) and [Rust and IDEs]( * [BurntSushi/quickcheck](https://github.com/BurntSushi/quickcheck) [[quickcheck](https://crates.io/crates/quickcheck)] — a Rust implementation of [QuickCheck](https://wiki.haskell.org/Introduction_to_QuickCheck1) [](https://travis-ci.org/BurntSushi/quickcheck) * [farcaller/shiny](https://github.com/farcaller/shiny) — a fancy syntax similar to Ruby's Rspec or Objective-C' kiwi [](https://travis-ci.org/farcaller/shiny) * [frewsxcv/afl.rs](https://github.com/frewsxcv/afl.rs) — a Rust fuzzer, using [AFL](http://lcamtuf.coredump.cx/afl/) [](https://travis-ci.org/frewsxcv/afl.rs) +* [reem/stainless](https://github.com/reem/stainless) [[stainless](https://crates.io/crates/stainless)] — Organized, flexible testing framework [](https://travis-ci.org/reem/stainless) ## Libraries