1
0
mirror of https://github.com/kevin1024/vcrpy.git synced 2025-12-09 17:15:35 +00:00
Commit Graph

619 Commits

Author SHA1 Message Date
Kevin McCarthy
5c1ccd9dd5 update readme 2013-07-19 23:24:33 -10:00
Kevin McCarthy
991bddf895 Merge pull request #14 from vitormazzi/master
Updates to work with requests 1.2.3 and bump version.

Closes #13, #12
2013-07-20 02:04:31 -07:00
Vitor M. A. da Cruz
8701e6025b Removing patch for plain http using requests during reset
The patch was not removed, so subsequent connections were affected
2013-07-05 16:48:30 -03:00
Vitor M. A. da Cruz
41fd8411cf Update stubs.py
`VCRHTTPResponse.close` method must be defined for urllib3.

`VCRHTTPResponse.read` does not need to care about the paremeters passed to it
2013-06-21 16:54:24 -03:00
Bryan Helmig
74941f68c6 bump version 2013-04-28 12:40:07 -07:00
Bryan Helmig
6208b0ce61 patch plain HTTP for requests 2013-04-28 12:12:22 -07:00
Kevin McCarthy
68d3918fe1 Update README.md 2013-03-03 17:00:16 -10:00
Kevin McCarthy
b72e666ab4 Update README.md 2013-02-25 19:15:10 -10:00
Kevin McCarthy
352c1d30ce Merge pull request #11 from tjmcewan/patch-1
add note about libyaml
2013-02-23 12:07:04 -08:00
Tim McEwan
5736aad82e add note about libyaml 2013-02-23 22:37:20 +11:00
Kevin McCarthy
97cf07c086 Update Travis, Remove requirements.txt
Since setup.py is handling requirements now, I think I can remove
requirements.txt.  Also, travis needs to be updated to use py.test
2013-02-21 23:29:43 -10:00
Kevin McCarthy
4c5bdc8870 Update README.md 2013-02-21 23:00:47 -10:00
Kevin McCarthy
2db5664809 add better pypi classifiers 2013-02-21 22:58:44 -10:00
Kevin McCarthy
e039181352 Update README.md 2013-02-21 22:49:05 -10:00
Kevin McCarthy
9ee31b25c5 update setup.py 2013-02-21 22:43:57 -10:00
Kevin McCarthy
c90778274e reorganize tests, start using pytest 2013-02-21 22:15:57 -10:00
Kevin McCarthy
71d0392419 Merge pull request #10 from sriprasanna/master
Handling multiple requests
2013-02-21 23:10:04 -08:00
Sri Prasanna
ed682cf354 + @bhartin - now vcr can handle multiple requests 2013-02-21 13:04:55 +03:00
Kevin McCarthy
1d3fe5c33e Update .travis.yml 2012-10-11 17:16:23 -10:00
Kevin McCarthy
f655c9e880 Remove comment about missing context manager in 2.5. Closes #5 2012-10-11 15:47:13 -10:00
Kevin McCarthy
6af873eeb2 Add basic support for urllib3 2012-10-11 15:47:01 -10:00
Kevin McCarthy
2e3a129669 fix bug in travis.yml 2012-09-19 19:56:06 -10:00
Kevin McCarthy
aeac2766ad update travis to run both with and without requests library 2012-09-16 13:47:42 -10:00
Kevin McCarthy
6d876c6c8f update readme to remove known issue 2012-09-16 12:32:31 -10:00
Kevin McCarthy
41da9ddbab Add Support for Requests Library
Added support and tests for the Requests library.  At least basic
support seems to be working.  The tests should run fine if you
don't have requests installed; it just won't verify the requests-
specific tests.
2012-09-16 12:29:45 -10:00
Kevin McCarthy
e19d82aa03 Add failing test for HTTPS requests to shame me into fixing this bug 2012-09-03 15:32:40 -10:00
Kevin McCarthy
5e05587ea0 test requests GET / POST with VCR 2012-09-03 15:13:04 -10:00
Kevin McCarthy
10f18af68c Cleanup to get a bit more DRY. Hopefully doesn't break anything. 2012-07-02 12:08:01 -10:00
Kevin McCarthy
bf844c6952 cleanup 2012-07-02 10:00:18 -10:00
Kevin McCarthy
e1cd92b14d Update master 2012-07-02 11:44:38 -10:00
Kevin McCarthy
bc49f27322 Update master 2012-07-02 11:43:31 -10:00
Kevin McCarthy
e1196b22f3 Try to get issues to link up in README 2012-07-02 11:43:02 -10:00
Kevin McCarthy
2bf88991cc Try to get issues to link up in readme 2012-07-02 11:42:00 -10:00
Kevin McCarthy
4e4b2bc817 Add a couple known issues. 2012-07-02 11:40:49 -10:00
Kevin McCarthy
3be8a93028 let's try pypy 2012-07-01 21:58:04 -10:00
Kevin McCarthy
e4e2250122 guess 2.6 / 2.7 have different kwargs 2012-07-01 21:57:51 -10:00
Kevin McCarthy
db65d31db1 Merge pull request #1 from msabramo/tox
Add tox.ini for tox (http://tox.testrun.org/)
2012-07-02 00:50:04 -07:00
Kevin McCarthy
4724a0efb8 Fix Issue #2 - https:// URLs do not work. Not really happy with this but at least it works. 2012-07-01 21:36:02 -10:00
Marc Abramowitz
d54b15dcae Add tox.ini for tox (http://tox.testrun.org/) 2012-07-01 11:06:32 -07:00
Kevin McCarthy
a3da551f47 add license 2012-06-30 15:56:13 -10:00
Kevin McCarthy
7e228ef467 add tests for GET/POST/unicode, use httpbin (which is pretty sweet) 2012-06-30 15:47:19 -10:00
Kevin McCarthy
9932de872d oops, should probably point out that I haven't tested POST 2012-06-30 15:14:30 -10:00
Kevin McCarthy
2576878f2e Cassettes now store multiple requests 2012-06-30 15:10:20 -10:00
Kevin McCarthy
66e7ce9572 add tests for multiple requests 2012-06-30 12:54:00 -10:00
Kevin McCarthy
5eff18f1fd add link to requests 2012-06-30 12:45:37 -10:00
Kevin McCarthy
44af536510 meh I guess HTTPS works 2012-06-29 21:52:24 -10:00
Kevin McCarthy
602e0b2aa8 Update master 2012-06-24 16:49:23 -10:00
Kevin McCarthy
686cd72a72 update README to point out pretty bad missing feature 2012-05-31 19:51:05 -10:00
Kevin McCarthy
cd1feaabd9 update README to point out pretty bad missing feature 2012-05-31 19:50:23 -10:00
Kevin McCarthy
a1f22945d7 screw python 2.5 2012-05-30 23:12:53 -10:00