Schemathesis v0.24.2 Release Notes

Release Date: 2020-02-09 // about 4 years ago
  • ๐Ÿฑ ๐Ÿ› Bug fixes

    • 8daa41b Crash with --hypothesis-max-examples=0 CLI option.
    • 235d00d Overflow crash in --hypothesis-deadline CLI option
    • 9a385f5 Crash with --hypothesis-deadline=0 CLI option
    • 5e8a388 Improve header CLI option validation
    • โฑ 919faf6 Validation of --request-timeout` parameter
    • cea9fe6 Schema path validation for WSGI apps
    • 1418a20 Crash on some invalid URLs in schema CLI option
    • a18648f Crash on invalid value in header CLI options
    • d857323 Crash on non latin-1 encodable value in auth CLI option
    • 637b0d0 Crash on invalid regular expressions in method, endpoint and tag CLI options

    ๐Ÿฑ ๐Ÿ”ง Chores and Improvements

    • 5221688 Simplify regex validation

    ๐Ÿ“ฆ ๐Ÿ“ฆ Other

    ๐Ÿš€ 73c1615 Release 0.24.2

    โœ… 3b6632c Test base_url in test_schema_validity

    ๐Ÿ‘€ e9b3c73 Add tests for hypothesis-report-multiple-bugs, hypothesis-seed and hypothesis-verbosity CLI parameters

    790350a Make help messages more consistent

    5924a73 Add extra flag & check option to test_valid_parameters_combos

    โœ… ac8dcec Add Hypothesis tests for CLI entrypoint

    โœ… e16d817 End to end tests for input values from #403, #404, #405 and #406