All Versions
93
Latest Version
Avg Release Cycle
6 days
Latest Release
1297 days ago

Changelog History
Page 10

  • v0.13.2 Changes

    November 06, 2019

    ๐Ÿ›  Fixed

    • โœ… IndexError when Hypothesis found inconsistent test results during the test execution in the runner. #236
  • v0.13.1 Changes

    November 04, 2019

    โž• Added

    • ๐Ÿ‘Œ Support for binary format #197

    ๐Ÿ›  Fixed

    • An error that happens when there are no success checks in the statistic in CLI. #237
  • v0.13.0 Changes

    November 03, 2019

    โž• Added

    • ๐Ÿ”ง An option to configure request timeout for CLI / Runner. #204
    • A help snippet to reproduce errors caught by Schemathesis. #206
    • Total running time to the CLI output. #181
    • โœ… Summary line in the CLI output with the number of passed / failed / errored endpoint tests. #209
    • Extra information to the CLI output: schema address, spec version, and base URL. #188

    ๐Ÿ›  Fixed

    • Compatibility with Hypothesis 4.42.4+ . #212
    • Display flaky errors only in the "ERRORS" section and improve CLI output. #215
    • Handling formData parameters in Case.call. #196
    • Handling cookies in Case.call. #211

    ๐Ÿ”„ Changed

    • More readable falsifying examples output. #127
    • ๐Ÿ‘‰ Show exceptions in a separate section of the CLI output. #203
    • Error message for cases when it is not possible to satisfy schema parameters. It should be more clear now. #216
    • Do not stop on schema errors related to a single endpoint. #139
    • Display a proper error message when the schema is not available in CLI / Runner. #214