diff --git a/README.md b/README.md index 4b129dd3f7..d210c7fac6 100644 --- a/README.md +++ b/README.md @@ -842,6 +842,8 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by * Testing Frameworks * [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. + * [hitch](http://hitchtest.com/) - A high level integration testing framework for service based applications. * [contexts](https://github.com/benjamin-hodgson/Contexts) - A BDD framework for Python 3.3+. Inspired by C#'s `Machine.Specifications`. * [hypothesis](https://github.com/DRMacIver/hypothesis) - Hypothesis is an advanced Quickcheck style property based testing library. * [mamba](https://nestorsalceda.github.io/mamba) - The definitive testing tool for Python. Born under the banner of BDD.