diff --git a/README.md b/README.md index 903e60fa..95f9e070 100644 --- a/README.md +++ b/README.md @@ -1013,7 +1013,8 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php). * Testing Frameworks * [hypothesis](https://github.com/HypothesisWorks/hypothesis-python) - 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. - * [nose](https://github.com/nose-devs/nose) - A nicer `unittest` for Python. + * [nose](https://github.com/nose-devs/nose) - A nicer unittest for Python. + * [nose2](https://github.com/nose-devs/nose2) - The successor to nose, based on unittest2. * [pytest](http://pytest.org/latest/) - A mature full-featured Python testing tool. * [Robot Framework](https://github.com/robotframework/robotframework) - A generic test automation framework. * [unittest](https://docs.python.org/2/library/unittest.html) - (Python standard library) Unit testing framework.