!!! danger
This release contains breaking changes. In particular to how parameters are passed in to testing functions.
- `_prefixing` for parameters was replaced with `suffixing_` to avoid private implication while still avoiding parameter name conflicts.
- Custom `auto_verify_` function now must take a single [`Scenario`](https://timothycrosley.github.io/hypothesis-auto/reference/hypothesis_auto/tester/#scenario) object.