From aa25d61e29cc0bc555e56ba880f9dde3f0189ae1 Mon Sep 17 00:00:00 2001 From: Vinta Chen Date: Fri, 1 May 2026 23:07:03 +0800 Subject: [PATCH] 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 0e92c248..799fa07a 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.