Skip to content

Release 0.9.0

Compare
Choose a tag to compare
@Stranger6667 Stranger6667 released this 09 Oct 16:30
· 2235 commits to master since this release

Added

  • Test executor collects results of execution. #29
  • CLI option --base-url for specifying base URL of API. #118
  • Support for coroutine-based tests. #121
  • User Agent to network requests in CLI & runner. #130

Changed

  • CLI command schemathesis run prints result in a more readable way with a summary of passing checks.
  • Empty header names are forbidden for CLI.
  • Suppressed hypothesis exception about using example non-interactively #92