:version:`0.20.0 <v0.19.1...v0.20.0>` - 2019-12-12
--------------------------------------------------
**Added**
- WSGI apps support. :issue:`31`
- ``Case.validate_response`` for running built-in checks against app's response. :issue:`319`
**Changed**
- Checks receive ``Case`` instance as a second argument instead of ``TestResult``.
This was done for making checks usable in Python tests via ``Case.validate_response``.
Endpoint and schema are accessible via ``case.endpoint`` and ``case.endpoint.schema``.