docs(readme): rename Testing Frameworks subcategory to Frameworks

Shorter label that reads more naturally in the context of the Testing
section, which already scopes it to testing.

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Vinta Chen
2026-03-23 01:04:13 +08:00
parent 394803d2be
commit 1c249d4b5f

View File

@@ -591,7 +591,7 @@ _Tools of static analysis, linters and code quality checkers. Also see [awesome-
_Libraries for testing codebases and generating test data._
- Testing Frameworks
- Frameworks
- [hypothesis](https://github.com/HypothesisWorks/hypothesis) - Hypothesis is an advanced Quickcheck style property based testing library.
- [pytest](https://github.com/pytest-dev/pytest) - A mature full-featured Python testing tool.
- [robotframework](https://github.com/robotframework/robotframework) - A generic test automation framework.