diff --git a/README.md b/README.md index 1a6409bc..06ac8dff 100644 --- a/README.md +++ b/README.md @@ -1148,7 +1148,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php). * Testing Frameworks * [hypothesis](https://github.com/HypothesisWorks/hypothesis) - Hypothesis is an advanced Quickcheck style property based testing library. - * [nose2](https://github.com/nose-devs/nose2) - The successor to `nose`, based on `unittest2. + * [nose2](https://github.com/nose-devs/nose2) - The successor to `nose`, based on `unittest2`. * [pytest](https://docs.pytest.org/en/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/3/library/unittest.html) - (Python standard library) Unit testing framework.