summaryrefslogtreecommitdiff
path: root/test_requests.py
Commit message (Expand)AuthorAgeFilesLines
* Improved content encoding detection.Jon Parise2013-09-031-0/+44
* Merge pull request #1487 from dpursehouse/rewrite-test_mixed_case_scheme_acce...Kenneth Reitz2013-07-311-34/+15
|\
| * Check the response URL in `test_uppercase_scheme_redirect`David Pursehouse2013-07-241-0/+1
| * Rewrite `test_uppercase_scheme_redirect` to use local httpbinDavid Pursehouse2013-07-241-1/+3
| * Remove redundant test case `test_uppercase_scheme`David Pursehouse2013-07-241-4/+0
| * Rewrite `test_mixed_case_scheme_acceptable` to work with local httpbinDavid Pursehouse2013-07-241-25/+10
| * Remove redundant session in `test_mixed_case_scheme_acceptable`David Pursehouse2013-07-241-4/+1
* | Merge settings when creating PreparedRequest, don't copy Request.Robert Estelle2013-07-311-31/+0
* | Add Session.prepare_request test case.Robert Estelle2013-07-301-0/+17
* | Add Request.copy() test case.Robert Estelle2013-07-301-0/+31
|/
* Derp. Use compatIan Cordasco2013-07-231-3/+2
* Use urlparse.urljointo construct httpbin urlIan Cordasco2013-07-231-1/+2
* Merge pull request #1482 from dpursehouse/fix-testcases-with-proxyKenneth Reitz2013-07-231-1/+7
|\
| * Fix test cases that fail when running behind a proxyDavid Pursehouse2013-07-231-1/+7
* | Test cases fail when `HTTPBIN_URL` does not have trailing slashDavid Pursehouse2013-07-231-0/+2
|/
* Merge pull request #1440 from fcurella/patch-0Kenneth Reitz2013-07-151-0/+5
|\
| * keep the double quotes, but don't escape themFlavio Curella2013-07-011-1/+1
| * unquote double-quotes cookie valuesFlavio Curella2013-07-011-0/+5
* | Add test to verify .netrc authentication behavior.Vikram Oberoi2013-06-271-0/+28
|/
* Don't reuse PreparedRequest on redirectsRoman Haritonov2013-06-081-1/+0
* new failing test_requests_in_history_are_not_overridden()Roman Haritonov2013-06-081-1/+8
* Merge pull request #1334 from rcarz/masterKenneth Reitz2013-06-081-0/+8
|\
| * rebased with upstream/masterBob Carroll2013-05-261-0/+2
| * this didn't merge properlyBob Carroll2013-05-261-5/+3
| * added assertion to test_uppercase_scheme_redirect for the response codeBob Carroll2013-05-261-1/+1
| * resolve_redirects now checks for a scheme before converting the scheme to low...Bob Carroll2013-05-261-0/+8
* | added tests for mixed-case scheme URLs, changed adapters passing down URLs in...Viktor Haag2013-05-241-6/+13
* | - fixed func call syntax on lower to lower()Viktor Haag2013-05-241-0/+21
|/
* Fix #1374papaeye2013-05-221-1/+2
* Fix typo, %t -> %rpapaeye2013-05-221-1/+3
* Only pass unicode fieldnames to urllib3.Ib Lundgren2013-05-211-0/+10
* Refactor merge_kwargs for clarity and to fix a few bugsChase Sterling2013-05-201-0/+14
* Fix for #1362.Dave Shawley2013-05-161-0/+9
* Fixes #1320: transport adapters stored in ordered formƁukasz Langa2013-05-151-1/+39
* Minor update to tests, added docstringsColin Dunklau2013-05-011-0/+9
* Rewrite CaseInsensitiveDict to work correctly/sanelyColin Dunklau2013-04-301-0/+160
* Add another session cookie testChase Sterling2013-04-251-0/+8
* Fix cookielib importChase Sterling2013-04-251-2/+1
* Add test for session cookiejars other than RequestsCookieJarChase Sterling2013-04-251-0/+13
* Merge pull request #1279 from jemerick/unicode_multipart_postKenneth Reitz2013-04-161-0/+21
|\
| * add a few more variations to the unicode multipart post testJason Emerick2013-04-021-0/+10
| * add additional test for unicode multipart postJason Emerick2013-04-021-0/+5
| * add test for unicode multipart postJason Emerick2013-04-011-0/+6
* | Fix test with StringIO.schlamar2013-04-101-0/+5
* | Make sure unit test works on python 2.6Chase Sterling2013-04-041-1/+1
* | Add a unit test for server expiring cookies from sessionChase Sterling2013-04-041-0/+13
|/
* Add correct defaults in Session.send()Ian Cordasco2013-03-271-1/+8
* Add failing test case for #1228Miikka Koskinen2013-03-121-0/+6
* Pickling of Session and HTTPAdapter + a testDarjus Loktevic2013-03-111-0/+10
* cleanup (remove max_retries test)Piotr Staroszczyk2013-03-081-20/+0