unspecified

python-vcrpy - Automatically mock your HTTP interactions to simplify and speed up testing

Website: https://github.com/kevin1024/vcrpy
License: MIT
Description:
VCR.py simplifies and speeds up testing HTTP by recording all HTTP interactions
and saving them to "cassette" files, which are yaml files containing the
contents of your requests and responses. Then when you run your tests again,
they all just hit the text files instead of the internet. This speeds up your
tests and lets you work offline.

If the server you are testing against ever changes its API, all you need to do
is delete your existing cassette files, and run your tests again. All of the
mocked responses will be updated with the new API.

Packages

python-vcrpy-1.7.4-1.el7.centos.noarch [68 KiB] Changelog by Aurelien Bompard (2016-01-14):
- version 1.7.4
python-vcrpy-1.2.0-1.el7.centos.noarch [54 KiB] Changelog by Aurelien Bompard - 1.2.0-1 (2015-02-12):
- Initial package.

Listing created by Repoview-0.6.6-10.fc27