Added
- LazySchema accepts filters. #149
- Ability to register strategies for custom string formats. #94
- Generator-based events in
runner
module to improve control over the execution flow. - Filtration by tags. #134
Changed
- Base URL in schema instances could be reused when it is defined during creation.
Now on,base_url
argument inCase.call
is optional in such cases. #153 - Hypothesis deadline is set to 500ms by default. #138
- Hypothesis output is captured separately, without capturing the whole stdout during CLI run.
- Disallow empty username in CLI
--auth
option.
Fixed
Removed
- Undocumented support for
file://
uri schema.