From 42a04dcd55846f03511d2c7a5efe8ec2a0c80d05 Mon Sep 17 00:00:00 2001 From: Vinta Chen Date: Fri, 1 May 2026 23:08:39 +0800 Subject: [PATCH] add awesome-pytest under pytest --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 799fa07a..84c137ad 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.