Update README.md

This commit is contained in:
Nathan Stocks 2015-03-27 12:46:36 -06:00
parent 8a5fa76de1
commit debf90f64f

View File

@ -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).