Schemathesis v1.9.0 Release Notes

Release Date: 2020-06-20 // almost 4 years ago
  • ๐Ÿฑ ๐Ÿš€ Features

    • โœ… 402db10 Support for hook usage via LazySchema / from_pytest_fixture`
    • a919c13 Allow register function-level hooks without passing their name as the first argument to apply
    • 41a83e9 pass original case's response to add_case hook
    • ๐Ÿ‘ 48a8497 support for multiple examples
    • 080dcc5 add CLI option to minimize the verbose schema error

    ๐Ÿฑ ๐Ÿ› Bug fixes

    • โœ… 7b812e4 Show exception information for test runs on invalid schemas with --validate-schema=false command-line option
    • 8cf428a Crash during generation of loosely-defined headers

    ๐Ÿฑ ๐Ÿ”ง Chores and Improvements

    ๐Ÿ“ฆ ๐Ÿ“ฆ Other

    • โšก๏ธ 7481605 Update docs on function hook usage
    • โœ… fb90ad3 Add tests for some not covered code path