Skip to content

Releases: kiwicom/pytest-recording

Release 0.13.2

09 Jul 10:10
v0.13.2
81ee86c
Compare
Choose a tag to compare
  • Add lazy loading of VCR to reduce plugin overhead. #145
  • Documentation improvements.

Release 0.13.1

06 Dec 23:32
v0.13.1
9e98622
Compare
Choose a tag to compare
  • Add support for Python 3.12.
  • Add trove classifier for the license.

Release 0.13.0

31 Jul 23:37
v0.13.0
85c3ffa
Compare
Choose a tag to compare
  • Drop support for Python 3.5 and 3.6. #97
  • Add support for VCR.py 5.0.0. #118
  • Drop direct dependency on attrs.
  • Build: Switch the build backend to Hatch.

Release 0.12.2

16 Feb 15:15
v0.12.2
8a5b873
Compare
Choose a tag to compare

🚀 Added

  • Support for Python 3.10 and 3.11. #96

Release 0.12.1

20 Jun 18:04
v0.12.1
abd93b3
Compare
Choose a tag to compare

🚀 Added

  • Allow block_network.allowed_hosts configuration via the vcr_config fixture. #82

v0.12.0

08 Jul 18:24
v0.12.0
8f2049a
Compare
Choose a tag to compare

🐛 Bug fixes

  • 484bb88 Honor record_mode set via the vcr_config fixture or the vcr mark when block_network is applied

🔧 Chores and Improvements

  • 8f2049a Release 0.12.0
  • 071ede2 Validate input arguments for vcr and block_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

25 Nov 13:59
v0.11.0
2a78502
Compare
Choose a tag to compare

🚀 Features

  • cb40410 --disable-recording CLI option to completely disable the VCR.py integration (#65)

🔧 Chores and Improvements

  • 2a78502 Release 0.11.0
  • 2e2e3e3 Add Tox build job for packaging purposes

📦 Other

Release 0.9.0

13 Aug 13:25
v0.9.0
58102d1
Compare
Choose a tag to compare

Added

  • Type annotations to the plugin's internals.

Fixed

  • TypeError when using network blocking with an address as bytes or bytearray. #55

Removed

  • Python 2 support. #53

Release 0.3.4

21 Oct 17:17
v0.3.4
3eea78f
Compare
Choose a tag to compare

Added

  • An error is raised if pytest-vcr is installed. pytest-recording is not compatible with it. #20

Release 0.3.3

18 Aug 12:17
Compare
Choose a tag to compare

Added

  • Pytest assertion rewriting for not matched requests.