From 67cf2c56a8befe716fcc6d5536db1a16bf3ddd55 Mon Sep 17 00:00:00 2001 From: Camila Maia Date: Tue, 15 Jun 2021 16:14:48 -0300 Subject: [PATCH] Add ScanAPI --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0993981a..ce691b90 100644 --- a/README.md +++ b/README.md @@ -1151,6 +1151,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php). * [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.