Fix missing closing backtick in nose2 description

The description 'based on unittest2.' was missing the closing backtick, causing incorrect Markdown rendering.
This commit is contained in:
OpenClaw
2026-03-10 23:13:39 +00:00
parent d71e38771c
commit 9101ad17bb

View File

@@ -1034,7 +1034,7 @@ _Libraries for testing codebases and generating test data._
- Testing Frameworks - Testing Frameworks
- [hypothesis](https://github.com/HypothesisWorks/hypothesis) - Hypothesis is an advanced Quickcheck style property based testing library. - [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. - [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. - [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. - [ScanAPI](https://pypi.org/project/scanapi/) - Automated Testing and Documentation for your REST API.