schemathesis — Easy Playground
Property-based testing for APIs using OpenAPI/Swagger specs
Getting started with schemathesisRun locally
Install
pip install schemathesisPython CodeRun locally
Expected Output
# Expected output shown below # (Run locally with: schemathesis)
schemathesis is a third-party package. Property-based testing for APIs using OpenAPI/Swagger specs. Install with: pip install schemathesis
Challenge
Try modifying the code above to explore different behaviors. Can you extend the example to handle a new use case?