schemathesis
Package — TestingPython 3.7+Intermediate
Property-based testing for APIs using OpenAPI/Swagger specs
Quick Info
- Documentation
- Official Docs
- Python Version
- 3.7+
- Dependencies
- hypothesis, requests, jsonschema, PyYAML, click
- Install
pip install schemathesis
Learn by Difficulty
Quick Example
python
# Install: pip install schemathesis import schemathesis # Basic schemathesis usage print(f"Using schemathesis") # See documentation for detailed examples
schemathesis is a third-party package. Property-based testing for APIs using OpenAPI/Swagger specs. Install with: pip install schemathesis
Try in PlaygroundTags
packagetestingquality-assurance