Schemathesis v0.20.0 Release Notes

Release Date: 2019-12-12 // over 4 years ago
  • ๐Ÿ”‹ Features ๐Ÿš€

    aa3801e Case.validate_response for running built-in checks against app's response
    ๐Ÿ‘ 585e461 WSGI applications support

    ๐Ÿ› Bug fixes ๐Ÿ›

    046d1ec RST syntax

    โœ… 2670db2 Failing test on Mac ๐Ÿง Don't know the root cause, but on Linux the values are not in list, ๐Ÿ“ฆ not checked the package versions yet, but this check doesn't make harm ๐Ÿ‘€ It seems that this conversion happens implicitly somewhere e0cd6d0 Importing WSGI applications import behavior is environment-dependent โœ… 81267b7 Fix flaky test8f395d5 Docstring in Case.call methodf4a8d4b Replace assert with raise AssertionError in checks to avoid pytest's assertion rewriting in corner cases1af55e2 Typo in docstringe94c6a0 Add proper aliases in test app's handlersd1eae1e Convert status code in schema to stringa900932 Types in Case class

    ๐Ÿฑ Chores and Improvements ๐Ÿ”ง

    ๐Ÿ“Œ ee1f3f1 Pin maximum Poetry version

    ๐Ÿ“ฆ Other ๐Ÿ“ฆ

    ๐Ÿš€ b217904 Release 0.20.0

    437937d Use more precise types for dict_true_values and dict_not_none_values
    200cc54 Improve test_validate_schema