From f5d67c132cd0e0fcff35351927e91e7af09443c9 Mon Sep 17 00:00:00 2001 From: kud1ing Date: Wed, 28 Oct 2015 09:13:15 +0100 Subject: [PATCH] move testing to development tools --- README.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 6699b02..57050ad 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,6 @@ The goal is to have only projects that are mostly stable and useful to users. - [Parser](#parser) - [Platform specific](#platform-specific) - [Template engine](#template-engine) - - [Testing](#testing) - [Text processing](#text-processing) - [Web programming](#web-programming) - [Resources](#resources) @@ -39,6 +38,7 @@ The goal is to have only projects that are mostly stable and useful to users. - [Debugging](#debugging) - [IDEs](#ides) - [Profiling](#profiling) + - [Testing](#testing) - [License](#license) ## Applications written in Rust @@ -340,11 +340,6 @@ The goal is to have only projects that are mostly stable and useful to users. * [sunng87/handlebars-iron](https://github.com/sunng87/handlebars-iron) — [Handlebars-rust](https://github.com/sunng87/handlebars-rust) as an Iron web framework middleware. [](https://travis-ci.org/sunng87/handlebars-iron) * [sunng87/handlebars-rust](https://github.com/sunng87/handlebars-rust) — Handlebars template engine with inheritance, custom helper support. [](https://travis-ci.org/sunng87/handlebars-rust) -### Testing - -* [BurntSushi/quickcheck](https://github.com/BurntSushi/quickcheck) — a Rust implementation of [QuickCheck](http://www.haskell.org/haskellwiki/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) - ### Text processing * [BurntSushi/suffix](https://github.com/BurntSushi/suffix) — Linear time suffix array construction (with Unicode support) [](https://travis-ci.org/BurntSushi/suffix) @@ -417,6 +412,12 @@ See also [http://areweideyet.com/](http://areweideyet.com/). * [mrhooray/torch](https://github.com/mrhooray/torch) — generates FlameGraphs +### Testing + +* [BurntSushi/quickcheck](https://github.com/BurntSushi/quickcheck) — a Rust implementation of [QuickCheck](http://www.haskell.org/haskellwiki/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) + + ## License [![CC0](http://i.creativecommons.org/p/zero/1.0/88x31.png)](http://creativecommons.org/publicdomain/zero/1.0/)