python-vcr

record and replay HTML interactions (Python library)

Description

vcr.py records all interactions that take place through the HTML libraries it supports and writes them to flat files, called cassettes (YAML format by default). These cassettes could be replayed then for fast, deterministic and accurate HTML testing.

vcr.py supports the following Python HTTP libraries:
 - urllib2 (stdlib)
 - urllib3
 - http.client (Python3 stdlib)
 - Requests
 - httplib2
 - Boto (interface to Amazon Web Services)
 - Tornado's HTTP client

This package contains the modules for Python 2.

Upload more screenshots

Please help extend the collection of screenshots. Just make a screenshot and upload it here. You don't need to register or anything.

Upload a screenshot

Hint: upload an image here from your clipboard with Ctrl-V


Homepage

https://github.com/kevin1024/vcrpy/


Install this software package

If the package is available for the distribution you are currently using on your computer then install the software by clicking on…

Install python-vcr