Commit Graph

57 Commits

Author SHA1 Message Date
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
Johannes Gorset 637d0330c2 Add test for non-urlencoded post data 2011-05-19 10:14:15 +02:00
Johannes Gorset 21e2d0c34a Add tests for settings 2011-05-19 10:13:42 +02:00
Kenneth Reitz 14ef462263 package refactor 2011-05-14 14:21:42 -04:00
Kenneth Reitz 1421ffa32a HTTP Basic recursion. Fixes #31 2011-05-14 14:02:36 -04:00
megane murayama 1971bdbe67 fix for post non-dict data 2011-05-12 12:50:09 -04:00
Johannes Gorset 23ee58d6ec Encode both keys and values for incoming unicode data as UTF-8, coincidentally fixing a bug that caused UTF-8 encoded byte strings to be encoded twice and causing an UnicodeDecodeError. 2011-05-12 10:27:41 +02:00
Kenneth Reitz 8a4a05aac0 test for unicode url issues 2011-05-12 03:12:30 -04:00
Kenneth Reitz f494cd9c72 add autoauth tuple http basic test 2011-04-15 17:24:03 -04:00
Kenneth Reitz 1359094cc8 test for gzip decompress 2011-04-14 19:46:35 -04:00
robmadole 2401f14975 Fixing User-agent header problem introduced with Python 2.7.1 2011-03-30 00:07:24 -05:00
Kenneth Reitz fa2f1c5f60 Merge branch 'develop' of https://github.com/robmadole/requests into develop 2011-03-06 19:08:32 -05:00
Kenneth Reitz e17111a5dd testing requests with poster and adding headers 2011-03-06 18:50:28 -05:00
robmadole e4c690e7bc Initial support for cookies 2011-03-01 09:21:00 -06:00
Kenneth Reitz f8032e08ae tests cleanups 2011-02-25 08:58:24 -05:00
Kenneth Reitz 839c8cf150 postbin tests were broken 2011-02-25 08:00:23 -05:00
Kenneth Reitz b3b2b19212 hmmm 2011-02-25 07:39:19 -05:00
Kenneth Reitz a74e954788 test improvements 2011-02-25 07:21:11 -05:00
digitalxero edfdef2396 Add in a proper AuthManager instead of the list version that was being used.
Added support for all Auth types that python supports
2011-02-19 15:04:56 -05:00
digitalxero d1c89333d0 Remove the eventles code, this should live in requests.async or something so the user explicitly requests it
Clean up the code to get rid of the unnecessary AuthObject class
Cleanup the send method
Cleanup the convenience methods by adding a request method that they all use.
2011-02-19 10:51:54 -05:00
Kenneth Reitz 8eafb8d3df Added autoauth tests 2011-02-19 00:37:33 -05:00
Kenneth Reitz fbe0393eb3 cstring io fix for py3 2011-02-18 16:08:26 -05:00
Kenneth Reitz b82e72eb04 cStringIO fix. 2011-02-18 16:00:34 -05:00