🐛 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
andtag
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
andhypothesis-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