summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
| * Remove unused modulewinterJ2017-01-112-3/+2
| * Fixed tests for python 2.x.Герасименко Евгений2016-12-291-1/+1
| * Fixed detection of utf-32-be by BOM.Герасименко Евгений2016-12-291-0/+11
| * Merge pull request #3766 from nateprewitt/1979_test_401Cory Benfield2016-12-141-1/+112
| |\
| | * add socket tests for 401 redirect and 401 failureNate Prewitt2016-12-131-1/+112
* | | squash 3xx tests into super testsNate Prewitt2016-12-121-53/+0
* | | fixing redirects for non-GET/HEAD/POST methodsNate Prewitt2016-12-101-1/+98
* | | remove allowance of non-string/bytes auth valuesNate Prewitt2016-12-091-2/+12
* | | Merge branch 'master' into proposed/3.0.0Cory Benfield2016-12-091-1/+2
|\ \ \ | |/ /
| * | Add deprecation warnings for 3.0Ian Cordasco2016-12-091-1/+2
| |/
* | Merge branch 'master' into proposed/3.0.0Cory Benfield2016-12-091-0/+11
|\ \ | |/
| * adding string casting for non-bytes valuesNate Prewitt2016-12-081-0/+11
* | Merge branch 'master' into proposed/3.0.0Cory Benfield2016-12-082-3/+164
|\ \ | |/
| * minor doc string cleanupNate Prewitt2016-12-041-2/+6
| * Test chunked upload doesn't set content lengthCasey Davidson2016-12-041-0/+8
| * Add tests to verify that correct 'Content-Length' or 'Transfer-Encoding' head...Casey Davidson2016-12-041-0/+24
| * Tests for our URL handling.Cory Benfield2016-11-301-0/+71
| * Revert "Restrict URL preparation to HTTP/HTTPS"Cory Benfield2016-11-301-17/+0
| * Merge pull request #3695 from nateprewitt/idna_bypassCory Benfield2016-11-252-0/+27
| |\
| | * updated tests with IDNA encoded and IPv6 urlsNate Prewitt2016-11-212-0/+27
| * | Make Response.content return None if raw is NoneNicola Soranzo2016-11-241-0/+4
| * | Merge pull request #3673 from klimenko-forks/auth-unicodeCory Benfield2016-11-211-3/+22
| |\ \
| | * | added new test, original test restoredDmitry Klimenko2016-11-211-1/+16
| | * | changed behavior of basic-http-auth testDmitry Klimenko2016-11-181-24/+2
| | * | fixed: httpbin with unicode authDmitry Klimenko2016-11-181-2/+13
| | * | fixed some errorDmitry Klimenko2016-11-181-5/+5
| | * | unicode test for _basic_auth_strDmitry Klimenko2016-11-181-7/+12
| | * | Fixed: httpbin doesn't support bytesDmitry Klimenko2016-11-181-5/+10
| | * | fixed usage unicode stringDmitry Klimenko2016-11-171-1/+1
| | * | added unicode auth testDmitry Klimenko2016-11-171-3/+8
| * | | Restrict URL preparation to HTTP/HTTPSChristian Heimes2016-11-211-0/+17
| * | | Just lstrip instead of strip because trailing whitespace already works.Hussain2016-11-161-1/+1
| * | | Fixed issue #3696. Added a test for it as well.Hussain2016-11-161-0/+5
| * | | adding method to url testsNate Prewitt2016-11-151-2/+2
| | |/ | |/|
* | | test responses fail with incomplete body readsNate Prewitt2016-11-151-0/+17
* | | adding method to url testsNate Prewitt2016-11-151-2/+2
* | | Merge branch 'master' into proposed/3.0.0Cory Benfield2016-11-153-9/+364
|\ \ \ | |/ /
| * | Fix tests for new urllib3 exception text.Cory Benfield2016-11-151-1/+1
| |/
| * Merge pull request #3489 from nateprewitt/1558_pickling_prepared_requestCory Benfield2016-11-101-0/+46
| |\
| | * updating pickling tests for PreparedRequestNate Prewitt2016-11-041-43/+31
| | * Add pickle test with hooksKeyan Pishdadian2016-08-191-0/+21
| | * Add prepared request pickling testsKeyan Pishdadian2016-08-191-0/+37
| * | Merge pull request #3655 from nateprewitt/tzickel_post_redirect_w_streamableCory Benfield2016-11-031-1/+117
| |\ \
| | * | update 307 tests to check body contentNate Prewitt2016-11-021-6/+5
| | * | Test case for requests getting stuck on post redirect with seekable streamtzickel2016-11-021-0/+16
| | * | test _body_position and rewind_bodyNate Prewitt2016-11-021-0/+101
| | * | adding rewind for re-POST bodiesNate Prewitt2016-11-021-1/+1
| * | | [httpAdapter] allow empty password in proxy credentialsPawel Miech2016-10-311-0/+10
| * | | Merge pull request #3627 from nateprewitt/remove_update_callCory Benfield2016-10-271-1/+17
| |\ \ \ | | |/ / | |/| |
| | * | test different CookieJar types for add_dict_to_cookiejarNate Prewitt2016-10-271-1/+17