From 42f206e93ffd221f29ef91b3ba65cfaf60a28997 Mon Sep 17 00:00:00 2001 From: Paul Hoffman Date: Sat, 20 Aug 2022 19:13:54 -0700 Subject: [PATCH] Typo: missing close of ` --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.