🎉 Another small release that makes Schemathesis' Python API easier to use.
🚀 Added
- Python: Shortcut to create strategies for all operations or a subset of them via
schema.as_strategy()
andschema["/path/"].as_strategy()
. #1982
🔧 Changed
- Python: Cleaner
repr
for GraphQL & Open API schemas. - GraphQL: Show suggestion when a field is not found in
schema["Query"][field_name]
.
🐛 Fixed
- Filter out test cases that can not be serialized when the API operation requires
application/x-www-form-urlencoded
. #1306