Skip to content

Releases: kiwicom/pytest-recording

Release 0.3.4

Choose a tag to compare

@Stranger6667 Stranger6667 released this 21 Oct 17:17
v0.3.4
3eea78f

Added

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

Release 0.3.3

Choose a tag to compare

@Stranger6667 Stranger6667 released this 18 Aug 12:17

Added

  • Pytest assertion rewriting for not matched requests.

Release 0.3.2

Choose a tag to compare

@Stranger6667 Stranger6667 released this 01 Aug 06:11

Fixed

  • Do not add "yaml" extension to cassettes if JSON serializer is used. #10

Release 0.3.1

Choose a tag to compare

@Stranger6667 Stranger6667 released this 01 Aug 06:10

Added

  • network.block / network.unblock functions for manual network blocking manipulations. #8

Release 0.3.0

Choose a tag to compare

@Stranger6667 Stranger6667 released this 20 Jul 21:42

Added

  • A pytest mark to block all network requests, except for VCR recording.

Release 0.2.0

Choose a tag to compare

@Stranger6667 Stranger6667 released this 18 Jul 16:37

Added

  • Reusable vcr_config fixture for VCR.use_cassette call. #2