Vcrpy Versions Save

Automatically mock your HTTP interactions to simplify and speed up testing

v1.11.1

6 years ago

v1.11.0

7 years ago

Allow injection of persistence methods + bugfixes (thanks @j-funk and @IvanMalison) Support python 3.6 + CI tests (thanks @derekbekoe and @graingert) Support pytest-asyncio coroutines (thanks @graingert)

v1.10.5

7 years ago
  • Added a fix to httplib2 (thanks @carlosds730)
  • Fix an issue with aiohttp (thanks @madninja)
  • Add missing requirement yarl (thanks @lamenezes),
  • Remove duplicate mock triple (thanks @FooBarQuaxx)

v1.10.3

7 years ago

v1.10.1

7 years ago

v1.10.0

7 years ago

vcr.py now supports aiohttp!

v1.9.0

7 years ago
  • Add support for boto3 (thanks @desdm, @foorbarna).
  • Fix deepcopy issue for response headers when decode_compressed_response is enabled (thanks @nickdirienzo)

v1.8.0

7 years ago

v1.7.4

8 years ago

v1.7.3

8 years ago

[#188] additional_matchers kwarg on use_casstte. [#191] Actually support passing multiple before_record_request functions (thanks @agriffis).