mirror of
https://github.com/vinta/awesome-python.git
synced 2026-05-06 16:03:36 -05:00
[PR #1555] [MERGED] Add Schemathesis #12714
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/vinta/awesome-python/pull/1555
Author: @Stranger6667
Created: 6/11/2020
Status: ✅ Merged
Merged: 6/25/2020
Merged by: @vinta
Base:
master← Head:add-schemathesis📝 Commits (1)
41b7d01Add Schemathesis📊 Changes
1 file changed (+1 additions, -0 deletions)
View changed files
📝
README.md(+1 -0)📄 Description
What is this Python project?
Schemathesis is a tool for testing web applications built with Open API / Swagger specifications.
It reads the application schema, generates, and runs test cases which will ensure that your application is compliant with its schema.
The application under test could be written in any language, the only thing you need is a valid API schema in a supported format.
Based on Hypothesis
What's the difference between this Python project and similar ones?
The project was inspired by swagger-conformance, which didn't receive any updates since June 2018. Notable differences:
--
Anyone who agrees with this pull request could vote for it by adding a 👍 to it, and usually, the maintainer will merge it when votes reach 20.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.