Releases: kiwicom/pytest-recording
Releases · kiwicom/pytest-recording
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.unblock
functions 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_config
fixture forVCR.use_cassette
call. #2