aisch
|
8930c97ff7
|
rm unused imports
|
2015-03-23 13:56:48 -07:00 |
|
aisch
|
e6b43a0374
|
rename urllib3 patch method and rm unused imports from tests
|
2015-03-23 13:43:30 -07:00 |
|
aisch
|
63ec95be06
|
update urllib3 patch/stub to be same as used for requests and add tests
|
2015-03-23 12:12:49 -07:00 |
|
Kevin McCarthy
|
84c45b2742
|
Merge pull request #136 from abhinav/https-port-fix
Fix default port for HTTPS
|
2015-02-24 09:12:49 -10:00 |
|
Abhinav Gupta
|
87a25e9ab0
|
Fix httplib2 integration test.
|
2015-02-24 00:10:08 -08:00 |
|
Abhinav Gupta
|
2473bdb77a
|
Fix default port for HTTPS.
|
2015-02-23 23:37:04 -08:00 |
|
Ivan 'Goat' Malison
|
32831d4151
|
Merge pull request #135 from RomuloOliveira/patch-1
Fix missing quotes on Custom Response Filtering
|
2015-01-28 12:02:57 -08:00 |
|
Rômulo Oliveira
|
4991d6f1c8
|
Fix missing quotes on Custom Response Filtering
Missing quotes are bad
|
2015-01-28 11:34:47 -02:00 |
|
Ivan Malison
|
14ef1e87f7
|
Add custom_patches section to README.md
|
2015-01-08 14:02:41 -08:00 |
|
Ivan 'Goat' Malison
|
fb14739cc1
|
Merge pull request #133 from IvanMalison/custom_patches
Custom patches
v1.2.0
|
2015-01-08 11:08:55 -08:00 |
|
Ivan Malison
|
a7c7e4e279
|
Bump version to 1.2.0
|
2015-01-08 10:56:39 -08:00 |
|
Ivan Malison
|
c0a22df7ed
|
Add ability to add custom patches to vcr and cassettes.
|
2015-01-08 10:54:27 -08:00 |
|
Ivan Malison
|
83aed99058
|
Bump vesrsion to 1.1.4, add to release notes.
v1.1.4
|
2014-12-26 05:26:24 -05:00 |
|
Ivan Malison
|
e1f65bcbdc
|
Add force reset around calls to actual connection from stubs, to ensure
compatibility with version of httplib/urlib2 in python 2.7.9. Closes #130.
|
2014-12-26 05:10:20 -05:00 |
|
Kevin McCarthy
|
5301149bd8
|
Merge pull request #128 from gazpachoking/patch-1
Update changelog to note requests 2.5 support
|
2014-12-09 08:55:52 -10:00 |
|
Chase Sterling
|
0297fcdde7
|
Update changelog to note requests 2.5 support
|
2014-12-09 13:26:46 -05:00 |
|
Kevin McCarthy
|
9480954c33
|
update release notes
v1.1.3
|
2014-12-08 17:10:35 -10:00 |
|
Kevin McCarthy
|
8432ad32f1
|
Merge pull request #127 from gazpachoking/1.1.3
Version bump to v1.1.3
|
2014-12-08 17:09:07 -10:00 |
|
Chase Sterling
|
fabef3d988
|
Version bump to v1.1.3
|
2014-12-08 21:43:01 -05:00 |
|
Ivan 'Goat' Malison
|
da45f46b2d
|
Merge pull request #125 from gazpachoking/pool_is_none
Fix crash with requests 2.5 where connectionpool was None
|
2014-12-08 13:20:36 -08:00 |
|
Ivan 'Goat' Malison
|
562a0ebadc
|
Merge pull request #126 from gazpachoking/116
Play back requests requests on windows. fix #116
|
2014-12-08 12:29:34 -08:00 |
|
Chase Sterling
|
ef8ba6d51b
|
Add requests 2.5 to testing list in .travis.yml and tox.ini
|
2014-12-08 14:40:55 -05:00 |
|
Chase Sterling
|
f6aa6eac84
|
Play back requests requests on windows. fix #116
|
2014-12-08 14:28:48 -05:00 |
|
Chase Sterling
|
821e148752
|
Fix crash with requests 2.5 where connectionpool was None
|
2014-12-07 13:49:23 -05:00 |
|
Ivan Malison
|
7306205b8a
|
Improve test_new_episodes_record_mode_two_times test.
|
2014-11-21 17:15:15 -08:00 |
|
Nithin Reddy
|
2a128893cc
|
Adds a test to ensure that the cassette created with "new_episodes" has different expected behavior when opened with "once".
|
2014-11-21 09:47:28 -08:00 |
|
Nithin Reddy
|
5162d183e5
|
Fixes #123. When attempting to replay the same request twice using record_mode="new_episodes", vcr.py raises UnhandledHTTPRequestError.
|
2014-11-20 19:07:21 -08:00 |
|
Ivan Malison
|
9d52c3ed42
|
Remove warning message caused by lack of is_verified property on HTTPSConnection stub.
|
2014-11-13 16:32:38 -08:00 |
|
Ivan 'Goat' Malison
|
0e37759175
|
Merge pull request #118 from rtaboada/fix-response-stub-headers-field
Create headers field in VCRHTTPResponse. Fixes #117.
|
2014-11-03 04:07:12 -08:00 |
|
Ivan 'Goat' Malison
|
78c6258ba3
|
Merge pull request #119 from telaviv/make_boto_tests_pass_again
test_boto_stubs passes again.
|
2014-10-31 00:14:45 -07:00 |
|
Shawn Krisman
|
b047336690
|
test_boto_stubs passes again.
|
2014-10-30 16:08:17 -07:00 |
|
Rodrigo Taboada
|
c955a5ea88
|
String in request body should be bytes.
|
2014-10-24 18:30:32 -02:00 |
|
Rodrigo Taboada
|
5423d99f5a
|
Tests for VCRHTTPResponse headers field.
|
2014-10-24 17:40:51 -02:00 |
|
Rodrigo Taboada
|
a71c15f398
|
Create headers field in VCRHTTPResponse. Fixes #117.
|
2014-10-24 16:37:12 -02:00 |
|
Ivan Malison
|
6e049ba7a1
|
version bump to v1.1.2
v1.1.2
|
2014-10-08 12:11:53 -07:00 |
|
Ivan Malison
|
916e7839e5
|
Actually use pytest.raises in test.
|
2014-10-07 13:45:09 -07:00 |
|
Ivan Malison
|
99692a92d2
|
Handle unicode error in json serialize properly.
|
2014-10-07 13:21:47 -07:00 |
|
Ivan Malison
|
a9a68ba44b
|
Random tweaks.
|
2014-10-05 18:37:01 -07:00 |
|
Ivan Malison
|
e9f35db405
|
Remove .travis.yml changes.
|
2014-10-05 16:42:46 -07:00 |
|
Ivan Malison
|
7193407a07
|
Remove ipdb because it causes python below 2.6 to blow up.
|
2014-10-03 01:40:02 -07:00 |
|
Ivan Malison
|
c3427ae3a2
|
Fix pip install of tox in travis.
|
2014-10-02 15:48:29 -07:00 |
|
Ivan Malison
|
3a46a6f210
|
travis through tox.
|
2014-10-02 15:26:22 -07:00 |
|
Ivan Malison
|
163181844b
|
Refactor tox.ini using new 1.8 features.
|
2014-10-02 14:57:53 -07:00 |
|
Ivan Malison
|
2c6f072d11
|
better logging when matches aren't working.
|
2014-09-25 04:49:00 -07:00 |
|
Ivan Malison
|
361ed82a10
|
Bump version to 1.1.1
v1.1.1
|
2014-09-22 19:22:52 -07: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 'Goat' Malison
|
d484dee50f
|
Merge pull request #110 from IvanMalison/use_cassette_decorator_pytest_compatibility
Fix use_cassette decorator in python 2 by using wrapt.decorator
|
2014-09-22 17:02:23 -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 'Goat' Malison
|
3dea853482
|
Merge pull request #108 from IvanMalison/fix_CassetteContextDecorator_nesting_issues
Fix cassette context decorator nesting issues
v1.1.0
|
2014-09-21 05:18:41 -07:00 |
|
Ivan Malison
|
113c95f971
|
Bump setup.py version to v1.1.0. minor tweaks to readme.
|
2014-09-21 05:14:30 -07:00 |
|