From 9101ad17bbd2a390b75b27a28ec7973eddb1eaea Mon Sep 17 00:00:00 2001 From: OpenClaw Date: Tue, 10 Mar 2026 23:13:39 +0000 Subject: [PATCH] Fix missing closing backtick in nose2 description The description 'based on unittest2.' was missing the closing backtick, causing incorrect Markdown rendering. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 00b4d2ef..0d876101 100644 --- a/README.md +++ b/README.md @@ -1034,7 +1034,7 @@ _Libraries for testing codebases and generating test data._ - 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. - [ScanAPI](https://pypi.org/project/scanapi/) - Automated Testing and Documentation for your REST API.