1
0
mirror of https://github.com/kevin1024/vcrpy.git synced 2025-12-08 16:53:23 +00:00
Commit Graph

1350 Commits

Author SHA1 Message Date
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
Kevin McCarthy
29a793a0d2 PEP8 cleanup and make files.py work in python2.5 2012-05-30 23:11:14 -10:00
Kevin McCarthy
7cb4960550 fix stupid bug? 2012-05-30 23:08:50 -10:00
Kevin McCarthy
3790a1f981 let's try the from future thingy 2012-05-30 22:57:10 -10:00
Kevin McCarthy
71c422700e never mind, no context managers in 2.5 2012-05-30 22:54:53 -10:00
Kevin McCarthy
47b3ef6996 maybe fix python2.6 problem? 2012-05-30 22:52:19 -10:00
Kevin McCarthy
7986617eb3 let's try a couple python versions 2012-05-30 22:48:49 -10:00
Kevin McCarthy
e5b3cf5f7c let's try this fancy build status badge thing 2012-05-30 22:47:52 -10:00
Kevin McCarthy
4644ad6db9 capitalization 2012-05-30 22:17:09 -10:00
Kevin McCarthy
4cc622023c Add requirements 2012-05-30 22:16:35 -10:00
Kevin McCarthy
69ea6d73c4 add travis.yml 2012-05-30 22:12:26 -10:00
Kevin McCarthy
fcb36ba32a get headers working 2012-05-30 22:03:04 -10:00
Kevin McCarthy
38d71080ea headers 2012-05-30 21:52:01 -10:00
Kevin McCarthy
a7c3fb5a72 doc tweak 2012-05-30 21:35:20 -10:00
Kevin McCarthy
ad365bbc87 fix weird bug that cropped up every now and then 2012-05-30 21:34:42 -10:00
Kevin McCarthy
1594a1dab5 Update docs 2012-05-30 21:21:36 -10:00
Kevin McCarthy
81dda49310 Update docs a little bit 2012-05-30 21:19:15 -10:00
Kevin McCarthy
3a4b9add6a PEP8 2012-05-30 21:09:28 -10:00
Kevin McCarthy
4ad6be7787 PEP8 cleanup and make it actually work. 2012-05-30 21:03:05 -10:00
kevin1024
431e385ded initial commit 2012-05-30 20:52:26 -10:00