schemathesis
Installation
SKILL.md
Schemathesis
Overview
Automatically generate and run API tests from OpenAPI and GraphQL schemas. Schemathesis finds bugs by generating thousands of test cases — boundary values, invalid types, malformed payloads, deep nesting — that developers never think to write manually.
Instructions
Installation
pip install schemathesis
# Or with all extras
pip install schemathesis[all]