From 1fd050e33e6744821d35420526ddb8a9439ea382 Mon Sep 17 00:00:00 2001 From: Camila Maia Date: Fri, 30 Jan 2026 13:53:14 -0300 Subject: [PATCH] Add ScanAPI to Testing --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index add28643..aab23075 100644 --- a/README.md +++ b/README.md @@ -1027,6 +1027,7 @@ _Libraries for testing codebases and generating test data._ - [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. - [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. - [unittest](https://docs.python.org/3/library/unittest.html) - (Python standard library) Unit testing framework. - Test Runners - [green](https://github.com/CleanCut/green) - A clean, colorful test runner.