Releases: kiwicom/pytest-recording
Releases · kiwicom/pytest-recording
Release 0.13.2
- Add lazy loading of VCR to reduce plugin overhead. #145
- Documentation improvements.
Release 0.13.1
- Add support for Python 3.12.
- Add trove classifier for the license.
Release 0.13.0
Release 0.12.2
🚀 Added
- Support for Python 3.10 and 3.11. #96
Release 0.12.1
🚀 Added
- Allow
block_network.allowed_hosts
configuration via thevcr_config
fixture. #82
v0.12.0
🐛 Bug fixes
- 484bb88 Honor
record_mode
set via thevcr_config
fixture or thevcr
mark whenblock_network
is applied
🔧 Chores and Improvements
- 8f2049a Release 0.12.0
- 071ede2 Validate input arguments for
vcr
andblock_network
pytest marks - 92a922b Update pre-commit & fix a typo in the
isort
config
📦 Other
- e0ae83d Mention the default recording mode in the README file
v0.11.0
🚀 Features
🔧 Chores and Improvements
📦 Other
Release 0.9.0
Release 0.3.4
Added
- An error is raised if
pytest-vcr
is installed.pytest-recording
is not compatible with it. #20
Release 0.3.3
Added
- Pytest assertion rewriting for not matched requests.