From 6604bbcec8c3aec5c90007df1096ae69bd73dec2 Mon Sep 17 00:00:00 2001 From: Dmitry Dygalo Date: Tue, 14 Apr 2020 14:15:23 +0200 Subject: [PATCH 1/2] Rename "Mock Servers" to "Testing tools" --- IMPLEMENTATIONS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/IMPLEMENTATIONS.md b/IMPLEMENTATIONS.md index 868123c6cd..5afb66f108 100644 --- a/IMPLEMENTATIONS.md +++ b/IMPLEMENTATIONS.md @@ -52,7 +52,7 @@ These tools are not endorsed by the OAI. | angular-swagger-ui | [github/angular-swagger-ui](https://github.com/Orange-OpenSource/angular-swagger-ui) | AngularJS | An angularJS implementation of Swagger UI | | Redoc | [github/Redocly/redoc](https://github.com/Redocly/redoc) | JavaScript | A React-based renderer with deep support for OAS v2 and v3 and zero dev-dependency| -#### Mock Servers +#### Testing tools | Title | Project Link | Language | Description | | -------------- | ------------ | -------- | ----------- | | API Sprout | [github/danielgtaylor/apisprout](https://github.com/danielgtaylor/apisprout) | Go | Lightweight, blazing fast, cross-platform OpenAPI 3 mock server with validation | From 67f0f67dcafaf091e93b20b124efc0127fa1ad46 Mon Sep 17 00:00:00 2001 From: Dmitry Dygalo Date: Tue, 14 Apr 2020 14:15:39 +0200 Subject: [PATCH 2/2] Add Schemathesis to "Testing tools" section --- IMPLEMENTATIONS.md | 1 + 1 file changed, 1 insertion(+) diff --git a/IMPLEMENTATIONS.md b/IMPLEMENTATIONS.md index 5afb66f108..7daa888cb6 100644 --- a/IMPLEMENTATIONS.md +++ b/IMPLEMENTATIONS.md @@ -56,6 +56,7 @@ These tools are not endorsed by the OAI. | Title | Project Link | Language | Description | | -------------- | ------------ | -------- | ----------- | | API Sprout | [github/danielgtaylor/apisprout](https://github.com/danielgtaylor/apisprout) | Go | Lightweight, blazing fast, cross-platform OpenAPI 3 mock server with validation | +| Schemathesis | [github/kiwicom/schemathesis](https://github.com/kiwicom/schemathesis) | Python | Property-based testing tool for Open API 2/3 based apps | #### Server Implementations | Title | Project Link | Language |Description |