:rocket: Added
- Reimplementation of test case deduplication in CLI. It effectively un-deprecates the `--contrib-unique-data` CLI option.
- Extend `ignored_auth` to check for incorrect auth.
- More `properties` combinations for the coverage phase.
- Use the `default` field as a source of valid inputs during the coverage phase.
:wrench: Changed
- Add `ctx` as the first argument for all checks.
This is a step towards checks that cover multiple responses at once.
- Validate custom check function signatures.
:wastebasket: Deprecated
- Custom checks that do not accept `ctx` as the first argument.
:bug: Fixed
- Avoid running checks twice in new-style stateful tests.
- Missing `timeout` in certain situations when loading the schema from the network.
- Ignoring `with_security_parameters` in runner in some cases.