Releases: kiwicom/pytest-recording
Releases · kiwicom/pytest-recording
Release list
Release 0.3.4
Added
- An error is raised if
pytest-vcris installed.pytest-recordingis not compatible with it. #20
Release 0.3.3
Added
- Pytest assertion rewriting for not matched requests.
Release 0.3.2
Fixed
- Do not add "yaml" extension to cassettes if JSON serializer is used. #10
Release 0.3.1
Added
network.block/network.unblockfunctions for manual network blocking manipulations. #8
Release 0.3.0
Added
- A pytest mark to block all network requests, except for VCR recording.
Release 0.2.0
Added
- Reusable
vcr_configfixture forVCR.use_cassettecall. #2