Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Schemathesis to IMPLEMENTATIONS.md #2206

Closed
wants to merge 2 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion IMPLEMENTATIONS.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,11 @@ 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 |
| 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 |
Expand Down