From a802fb972f514575eb42d8ca51307895a3e6d9e3 Mon Sep 17 00:00:00 2001 From: Rotem Yaari Date: Wed, 13 Apr 2016 09:29:23 +0300 Subject: [PATCH] Add slash to testing tools --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a9bfac515..28d81eacf 100644 --- a/README.md +++ b/README.md @@ -862,6 +862,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php). * [unittest](https://docs.python.org/2/library/unittest.html) - (Python standard library) Unit testing framework. * [nose](https://nose.readthedocs.org/en/latest/) - nose extends unittest. * [pytest](http://pytest.org/latest/) - A mature full-featured Python testing tool. + * [slash](http://getslash.github.io/slash/) - An extensible testing framework aimed at complex projects * [hypothesis](https://github.com/DRMacIver/hypothesis) - Hypothesis is an advanced Quickcheck style property based testing library. * [mamba](http://nestorsalceda.github.io/mamba/) - The definitive testing tool for Python. Born under the banner of BDD. * [Robot Framework](https://github.com/robotframework/robotframework) - A generic test automation framework.