From aa25d61e29cc0bc555e56ba880f9dde3f0189ae1 Mon Sep 17 00:00:00 2001 From: Vinta Chen Date: Fri, 1 May 2026 23:07:03 +0800 Subject: [PATCH 1/3] add also see awesome-python-testing to Testing --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0e92c2486c..799fa07a2d 100644 --- a/README.md +++ b/README.md @@ -620,7 +620,7 @@ _Tools of static analysis, linters and code quality checkers. Also see [awesome- ## Testing -_Libraries for testing codebases and generating test data._ +_Libraries for testing codebases and generating test data. Also see [awesome-python-testing](https://github.com/cleder/awesome-python-testing)._ - Frameworks - [hypothesis](https://github.com/HypothesisWorks/hypothesis) - Hypothesis is an advanced Quickcheck style property based testing library. From 42a04dcd55846f03511d2c7a5efe8ec2a0c80d05 Mon Sep 17 00:00:00 2001 From: Vinta Chen Date: Fri, 1 May 2026 23:08:39 +0800 Subject: [PATCH 2/3] add awesome-pytest under pytest --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 799fa07a2d..84c137ad92 100644 --- a/README.md +++ b/README.md @@ -625,6 +625,7 @@ _Libraries for testing codebases and generating test data. Also see [awesome-pyt - 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. + - [awesome-pytest](https://github.com/augustogoulart/awesome-pytest) - [robotframework](https://github.com/robotframework/robotframework) - A generic test automation framework. - [scanapi](https://github.com/scanapi/scanapi) - Automated Testing and Documentation for your REST API. - [unittest](https://docs.python.org/3/library/unittest.html) - (Python standard library) Unit testing framework. From ccd4fb7591e25aa08918def41f4432793a12b9fa Mon Sep 17 00:00:00 2001 From: Vinta Chen Date: Fri, 1 May 2026 23:13:58 +0800 Subject: [PATCH 3/3] List https://github.com/wsvincent/awesome-django instead --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 84c137ad92..51ae9d16aa 100644 --- a/README.md +++ b/README.md @@ -229,7 +229,7 @@ _Traditional full stack web frameworks. Also see [Web APIs](#web-apis)._ - Synchronous - [bottle](https://github.com/bottlepy/bottle) - A fast and simple micro-framework distributed as a single file with no dependencies. - [django](https://github.com/django/django) - The most popular web framework in Python. - - [awesome-django](https://github.com/shahraizali/awesome-django) + - [awesome-django](https://github.com/wsvincent/awesome-django) - [flask](https://github.com/pallets/flask) - A microframework for Python. - [awesome-flask](https://github.com/humiaozuzu/awesome-flask) - [pyramid](https://github.com/Pylons/pyramid) - A small, fast, down-to-earth, open source Python web framework.