From d0a40baef62c96fd9cd631b9665d07a90b32130d Mon Sep 17 00:00:00 2001 From: Dmitry Dygalo Date: Mon, 26 Apr 2021 13:43:01 +0200 Subject: [PATCH] Add Schemathesis to the "Testing tools" section --- IMPLEMENTATIONS.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/IMPLEMENTATIONS.md b/IMPLEMENTATIONS.md index 868123c6cd..a7e282508d 100644 --- a/IMPLEMENTATIONS.md +++ b/IMPLEMENTATIONS.md @@ -57,6 +57,11 @@ These tools are not endorsed by the OAI. | -------------- | ------------ | -------- | ----------- | | API Sprout | [github/danielgtaylor/apisprout](https://github.com/danielgtaylor/apisprout) | Go | Lightweight, blazing fast, cross-platform OpenAPI 3 mock server with validation | +#### Testing tools +| Title | Project Link | Language | Description | +| -------------- | ------------ | -------- | ----------- | +| Schemathesis | [github/schemathesis/schemathesis](https://github.com/schemathesis/schemathesis) | Python | A modern API testing tool for web applications built with OpenAPI and GraphQL specifications | + #### Server Implementations | Title | Project Link | Language |Description | |----------------|--------------|----------|---------------------|