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.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7a23b68a3994714e66e3cfafaceef64d4292cf96b31a237f81a2eed589674395 |
|
MD5 | 9105abe70ae842049f7c43a186c46635 |
|
BLAKE2b-256 | 9e5b1da7540b7a8312efb6dd852b205b0f76e7556dde0712cd572c6322904ae0 |