Skip to main content

Property-based testing framework for Open API and GraphQL based apps

Project description

Build codecov.io status for master branch Version Python versions Documentation Status Gitter License

Schemathesis is a modern API testing tool for web applications built with Open API and GraphQL specifications.

It reads the application schema and generates test cases, which will ensure that your application is compliant with its schema (read more about how it works in our research paper).

The application under test could be written in any language; the only thing you need is a valid API schema in a supported format.

Simple to use and yet powerful to uncover hard-to-find errors thanks to the property-based testing approach backed by state-of-the-art Hypothesis library.

Features

  • Content-Type, schema, and status code conformance checks for Open API;

  • Testing of explicit examples from the input schema;

  • Stateful testing via Open API links;

  • Concurrent test execution;

  • Targeted testing;

  • Storing and replaying network requests;

  • Built-in ASGI / WSGI application support;

  • Code samples for easy failure reproduction;

  • Ready-to-go Docker image;

  • Configurable with user-defined checks, string formats, hooks, and targets.

📣 Schemathesis as a Service 📣

Schemathesis will be available as SaaS soon!

It is freemium with much better visuals for debugging, more checks, and static analysis :)

Signup to get notified when it is ready!

Installation

To install Schemathesis via pip run the following command:

pip install schemathesis

You can also use our Docker image without installing Schemathesis as a Python package.

📣 Please fill out our quick survey so that we can learn how satisfied you are with Schemathesis, and what improvements we should make. Thank you!

Usage

You can use Schemathesis in the command line directly:

schemathesis run --stateful=links --checks all http://0.0.0.0:8081/schema.yaml

Or via Docker:

docker run schemathesis/schemathesis:stable run \
    --stateful=links --checks all http://0.0.0.0:8081/schema.yaml
https://raw.githubusercontent.com/schemathesis/schemathesis/master/img/schemathesis.gif

Or in your Python tests:

import schemathesis

schema = schemathesis.from_uri("http://0.0.0.0:8081/schema.yaml")


@schema.parametrize()
def test_api(case):
    case.call_and_validate()

CLI is simple to use and requires no coding; the in-code approach gives more flexibility.

Both examples above will run hundreds of requests against the API under test and report all found failures and inconsistencies along with instructions to reproduce them.

💡 See a complete working example project in the /example directory. 💡

Contributing

Any contribution to development, testing, or any other area is highly appreciated and useful to the project. For guidance on how to contribute to Schemathesis, see the contributing guidelines.

Support this project

Hi, my name is Dmitry! I started this project during my work at Kiwi.com. I am grateful to them for all the support they provided to this project during its early days and for the opportunity to evolve Schemathesis independently.

In order to grow the community of contributors and users, and allow me to devote more time to this project, please donate today.

Also, I occasionally write posts about Schemathesis in my blog.

License

The code in this project is licensed under MIT license. By contributing to Schemathesis, you agree that your contributions will be licensed under its MIT license.

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

schemathesis-3.13.0.tar.gz (139.7 kB view details)

Uploaded Source

Built Distribution

schemathesis-3.13.0-py3-none-any.whl (170.8 kB view details)

Uploaded Python 3

File details

Details for the file schemathesis-3.13.0.tar.gz.

File metadata

  • Download URL: schemathesis-3.13.0.tar.gz
  • Upload date:
  • Size: 139.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.1.12 CPython/3.8.12 Linux/5.11.0-1028-azure

File hashes

Hashes for schemathesis-3.13.0.tar.gz
Algorithm Hash digest
SHA256 71f6b34f51cda9f0f7714e0f60c3697e26c8ba5cf24eac665cacc22e4bb0c261
MD5 a8288343d0ddb6a7ece384c1ff5e8b34
BLAKE2b-256 68de7f23b4770951d3ec59d762677a9945131009e75811de1dab13e76dae89de

See more details on using hashes here.

File details

Details for the file schemathesis-3.13.0-py3-none-any.whl.

File metadata

  • Download URL: schemathesis-3.13.0-py3-none-any.whl
  • Upload date:
  • Size: 170.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.1.12 CPython/3.8.12 Linux/5.11.0-1028-azure

File hashes

Hashes for schemathesis-3.13.0-py3-none-any.whl
Algorithm Hash digest
SHA256 a838bcd9410b53dbb989b3c84aa908e7019707f701ebfe5c5cacfae58e60916b
MD5 7ecf07d78d7116dd013cb3957c22dd9e
BLAKE2b-256 3d97300a776039db12d65a66ef27202a415c51ee08eff5ed08c3c53056c172d7

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page