Schemathesis v0.16.0 Release Notes

Release Date: 2019-11-19 // over 4 years ago
  • โž• Added

    • ๐Ÿ‘€ Display RNG seed in the CLI output to allow test reproducing. #267
    • ๐Ÿ‘ Allow specifying seed in CLI.
    • Ability to pass custom kwargs to the requests.get call in loaders.from_uri.

    ๐Ÿ”„ Changed

    • ๐Ÿ”จ Refactor case generation strategies: strategy is not used to generate empty value. #253
    • ๐Ÿ‘Œ Improved error message for invalid path parameter declaration. #255

    ๐Ÿ›  Fixed

    • Pytest fixture parametrization via pytest_generate_tests. #280
    • ๐Ÿ‘Œ Support for tests defined as methods. #282
    • Unclosed requests.Session on calling Case.call without passing a session explicitly. #286