Commit Graph

79 Commits

Author SHA1 Message Date
Kenneth Reitz e43b438729 test fix 2011-10-26 18:42:58 -04:00
Kenneth Reitz 53c7b77735 Digest Authentication test. 2011-10-23 14:46:44 -04:00
Kenneth Reitz 06a5aed8e2 assert sessions are using new auth 2011-10-23 11:15:11 -04:00
Kenneth Reitz 185450c5e1 test entry points 2011-10-22 19:40:45 -04:00
Kenneth Reitz 958c424c89 I don't even want to know. 2011-10-22 19:39:23 -04:00
Kenneth Reitz d552e6c884 pep8 all the things 2011-10-22 18:07:14 -04:00
Kenneth Reitz 3a6d9b09db test improvements 2011-10-22 12:27:10 -04:00
Kenneth Reitz 7dc75ce3ce test session persistent params 2011-10-19 03:37:52 -04:00
Kenneth Reitz ec94f5030c testing session method attribute merging 2011-10-19 01:10:06 -04:00
Kenneth Reitz a688f026dc settings are being deprecated 2011-10-15 12:37:08 -04:00
Kenneth Reitz 60917e0b9f timeout adjustment 2011-10-15 12:35:47 -04:00
Kenneth Reitz 7a0f3638b5 Test suite cleanup 2011-10-15 12:32:42 -04:00
Kenneth Reitz 12997080a8 use gunicorn to serve tests 2011-10-15 12:30:49 -04:00
Kenneth Reitz d85c5356dc remove idna tests, for now 2011-10-15 12:05:35 -04:00
Kenneth Reitz 35bfa9e91d HTTP Integration 2011-10-15 11:55:57 -04:00
Kenneth Reitz 46f0146adf Merge branch 'feature-content-streaming' of https://github.com/mitsuhiko/requests into feature/content-stream
Conflicts:
	AUTHORS
	HISTORY.rst
	docs/api.rst
	docs/community/faq.rst
	docs/user/intro.rst
	requests/api.py
	requests/models.py
2011-10-13 21:54:42 -04:00
Kenneth Reitz 76b8afee94 Make tests go to 11! 2011-10-13 20:33:34 -04:00
Daniel Miller aa04cc9b42 Make get and head requests respect allow_redirects=False. 2011-10-05 14:36:12 -04:00
Armin Ronacher 0d6773c68c Fail silently if encoding header is missing 2011-09-03 18:04:51 +02:00
verm666 6f84ce72f2 Fixed logic for auto redirect in GET and HEAD methods. 2011-09-02 15:44:18 -04:00
Kenneth Reitz 9322d13f61 cleanups 2011-08-16 23:58:55 -04:00
Tom Hogans c2fd568695 Added tests for requests.session 2011-08-16 01:38:39 -04:00
Kenneth Reitz b141da36a4 test relative redirects 2011-08-13 09:37:14 -04:00
Kenneth Reitz bb16fe8115 http/https tests 2011-08-13 09:37:07 -04:00
Kenneth Reitz a987729712 whitespace! 2011-08-13 09:14:49 -04:00
Kenneth Reitz 074150ff2c test fix 2011-07-23 22:42:51 -04:00
Kenneth Reitz 87560d65ca redirect history length test 2011-07-23 22:16:21 -04:00
Kenneth Reitz 9b6a190652 Merge branch 'develop' of https://github.com/rabad/requests into develop 2011-07-23 22:11:59 -04:00
Kenneth Reitz 2edda29448 fixing bad url shortner link 2011-07-23 21:48:28 -04:00
Gulácsi Tamás f408829d51 test_request: simplejson is just as good as omnijson for test 2011-07-23 22:15:28 +02:00
Rubén Abad 73b414ab45 We can represent multivalued params with arrays 2011-07-13 11:08:54 +02:00
Jérémy Bethmont 868cd3d1cb Implemented idna (fixes #76). 2011-06-24 12:21:25 +02:00
Kenneth Reitz 162b751f6d Timeouts are normal errors now.
--
BREAK ALL TEH TESTS!
2011-06-21 22:40:27 -04:00
Kenneth Reitz 8c81cf64de proper PATCH testing 2011-06-21 18:24:28 -04:00
Kenneth Reitz 00f066a467 PATCH support 2011-06-21 18:03:06 -04:00
Kenneth Reitz bdf9f90c8a omnijson for tests 2011-06-21 17:59:24 -04:00
Richard Boulton 80d860d2d4 Allow POST and PUT requests to take both querystring params and request body
data.
2011-06-16 15:48:43 +01:00
Richard Boulton 4320f81bf4 Actually use the HTTPSBIN variable for test https requests 2011-06-16 13:06:22 +01:00
Zbigniew Siciarz 4d3a9defd2 Porting cookie test to httpbin.org. 2011-06-16 09:08:32 +02:00
Kenneth Reitz 45e30048f0 port request tests to httpbin.org 2011-06-16 00:11:47 -04:00
Kenneth Reitz 1749260c97 update tests 2011-06-12 22:02:35 -04:00
Kenneth Reitz 3b86c3c0e3 httpbin 2011-06-12 22:00:17 -04:00
Zbigniew Siciarz 54fd24b757 Testing that cookies actually work. 2011-06-09 12:30:43 +02:00
Kenneth Reitz 74013d751c rackspace cloud's net connection is insane 2011-06-08 19:18:11 -04:00
Kenneth Reitz 1fa1cdd2a3 WHITESPACE 2011-06-08 19:11:08 -04:00
Kenneth Reitz cd0d0a2b17 whitespace 2011-06-05 21:22:35 -04:00
Kenneth Reitz 8a4d5c4683 useragent 2011-05-22 12:10:56 -04:00
Kenneth Reitz 06e662be86 python2.5 with 2011-05-21 12:47:29 -04:00
Kenneth Reitz e153b94190 Improved redirection behavior for 301/303 2011-05-21 12:44:58 -04:00
Johannes da26f1f377 Adjust tests 2011-05-20 18:31:23 +02:00