:version:`3.11.2 <v3.11.1...v3.11.2>` - 2021-11-30
--------------------------------------------------
**Changed**
- Use ``name`` & ``data_generation_method`` parameters to subtest context instead of ``path`` & ``method``.
It allows the end-user to disambiguate among subtest reports.
- Raise an error if a test function wrapped with ``schema.parametrize`` matches no API operations. :issue:`1336`
**Fixed**
- Handle ``KeyboardInterrupt`` that happens outside of the main test loop inside the runner.
It makes interrupt handling consistent, independent at what point it happens. :issue:`1325`
- Respect the ``data_generation_methods`` config option defined on a schema instance when it is loaded via ``from_pytest_fixture``. :issue:`1331`
- Ignored hooks defined on a schema instance when it is loaded via ``from_pytest_fixture``. :issue:`1340`