Ivan Malison
|
c0a22df7ed
|
Add ability to add custom patches to vcr and cassettes.
|
2015-01-08 10:54:27 -08:00 |
|
Ivan Malison
|
0871c3b87c
|
Remove instance variables for filter_headers, filter_query_params, ignore_localhost and ignore_hosts. These still exist on the VCR object, but they are automatically translated into a filter function when passed to the cassette.
|
2014-09-22 17:57:22 -07:00 |
|
Ivan Malison
|
b046ee4bb1
|
Fix use_cassette decorator in python 2 by using wrapt.decorator. Add wrapt as dependency.
|
2014-09-22 16:40:09 -07:00 |
|
Ivan Malison
|
958aac3af3
|
Use mock for patching http connection objects.
|
2014-09-18 05:32:55 -07:00 |
|
Ivan Malison
|
643a4c91ee
|
Change use_cassette to pass a function to CassetteContextDecorator so that changes to the default settings on the vcr properly propogate.
|
2014-09-18 02:52:44 -07:00 |
|
Ivan Malison
|
472cc3bffe
|
use_cassette -> CassetteContextDecorator
|
2014-09-17 23:22:43 -07:00 |
|