From debf90f64f66b686e7c4475b9db15a5f34c8d436 Mon Sep 17 00:00:00 2001 From: Nathan Stocks Date: Fri, 27 Mar 2015 12:46:36 -0600 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4635cc0e..2fe496e6 100644 --- a/README.md +++ b/README.md @@ -818,6 +818,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by * [unittest](https://docs.python.org/2/library/unittest.html) - (Python standard library) Unit testing framework. * [nose](https://nose.readthedocs.org/) - nose extends unittest. * [pytest](http://pytest.org/) - A mature full-featured Python testing tool. + * [green](https://github.com/CleanCut/green) - A clean, colorful test runner. * [mamba](https://nestorsalceda.github.io/mamba) - The definitive testing tool for Python. Born under the banner of BDD. * [contexts](https://github.com/benjamin-hodgson/Contexts) - A BDD framework for Python 3.3+. Inspired by C#'s `Machine.Specifications`. * [pyshould](https://github.com/drslump/pyshould) - Should style asserts based on [PyHamcrest](https://github.com/hamcrest/PyHamcrest).