Hypothesis plugin for generating valid Open API documents
Project description
hypothesis-openapi
Hypothesis plugin for generating valid Open API documents.
Usage
from hypothesis import given
from hypothesis_openapi import openapis
@given(openapis(version="2.0"))
def test_openapi(spec):
assert spec["swagger"] == "2.0"
assert "info" in spec
License
The code in this project is licensed under MIT license.
By contributing to hypothesis-openapi
, 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
Built Distribution
Close
Hashes for hypothesis_openapi-0.2.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | a65503565fbe49fb7e7c9abaa7738de781683799ac701ddcc34b43f7098d6740 |
|
MD5 | be7f78a58b68d57b8071d9596f49b4eb |
|
BLAKE2b-256 | f1f516674273d52ea38ee22ede86b8a0986945501859763711974507c50ad66b |