summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Spelling fixesVille Skyttä2016-07-261-1/+1
* Merge pull request #3429 from nateprewitt/docstring_cleanupKenneth Reitz2016-07-2011-26/+30
|\
| * making class and function docstrings consistentNate Prewitt2016-07-203-20/+11
| * making module docstrings and coding comments consistentNate Prewitt2016-07-1910-6/+19
* | adding in pep8 fixesNate Prewitt2016-07-204-18/+19
|/
* removing redundant testNate Prewitt2016-07-141-4/+0
* Defining header value type requirements and testsNate Prewitt2016-07-051-3/+21
* Support responses like `HTTP/1.1 404 Unicode chars` (#3385)Andrii Kostenko2016-07-051-0/+9
* adding in slice_length fix and test for chunk_size=None (#3370)Nate Prewitt2016-07-021-2/+8
* Merge pull request #3366 from nateprewitt/2947-no-returns-in-headerCory Benfield2016-07-021-1/+42
|\
| * check and test for headers containing return characters or leading whitespaceNate Prewitt2016-07-021-1/+42
* | Allow None value for chunk_size again (#3368)Joy Zheng2016-06-301-2/+7
|/
* adding asserted_encoding check on None type encoding to match text() behavior...Nate Prewitt2016-06-281-0/+7
* added in type check for chunk_sizeNate Prewitt2016-06-271-0/+14
* Merge pull request #3236 from eriol/xfail-testKenneth Reitz2016-06-201-0/+1
|\
| * Use xfail marker for a test expected to fail without Internet connectionDaniele Tricoli2016-05-291-0/+1
* | Test security warnings (#3289)John Vandenberg2016-06-172-0/+56
|/
* Merge pull request #3178 from haikuginger/masterCory Benfield2016-05-221-0/+12
|\
| * Fixing test; it was accomplishing the right thing, but doing it in the wrong ...Jesse Shapiro2016-05-051-1/+1
| * Encoding JSON requests to bytes for urllib3 to handle; ensuring same with tes...Jesse Shapiro2016-05-041-0/+12
* | Allow graceful interruption of testserver.ServerBrett Higgins2016-05-172-6/+52
* | Merge pull request #3185 from brettdh/3183-support-all-proxy-env-varIan Cordasco2016-05-175-11/+98
|\ \
| * | Use iter instead of noop list comprehensionBrett Higgins2016-05-161-1/+1
| * | Add 'all' proxy selection to select_proxyBrett Higgins2016-05-135-26/+77
| * | Support ALL_PROXY environment variableBrett Higgins2016-05-111-0/+36
* | | Combined tests to one tests for should_bypass_proxies methodKumar Varadarajulu2016-05-161-36/+20
* | | Added tests for should_bypass_proxies functionKumar Varadarajulu2016-05-161-1/+37
|/ /
* | Fix TypeError when get json-encoded content of a responsemessense2016-05-061-0/+11
|/
* Merge pull request #3096 from piotrjurkiewicz/masterKenneth Reitz2016-04-291-0/+20
|\
| * Fix test_headers_preserve_orderPiotr Jurkiewicz2016-04-161-2/+2
| * Use OrderedDict from .compat modulePiotr Jurkiewicz2016-04-151-2/+2
| * Add test of headers order preservationPiotr Jurkiewicz2016-04-151-0/+20
* | utils: let select_proxy not raise an exception when url has no hostnameJohn R. Lenton2016-04-261-0/+1
* | Flip conditional in session.send()Kevin Burke2016-04-211-0/+8
* | Clear any pooled proxy connectionsMatt Dainty2016-04-151-0/+11
|/
* Merge pull request #2897 from BraulioVM/dummy-serverKenneth Reitz2016-04-114-0/+258
|\
| * Fixed indenting issuesBraulio Valdivielso Martínez2016-04-111-15/+14
| * Fix tests in python 3Braulio Valdivielso Martínez2016-03-073-11/+11
| * Added docstrings to tests in test_testserver.pyBraulio Valdivielso Martínez2016-03-051-0/+9
| * Add blank line in test_requests.pyBraulio Valdivielso Martínez2016-03-051-0/+1
| * Remove unwanted changes in test_utils.pyBraulio Valdivielso Martínez2016-03-051-2/+1
| * Remove unwanted change in test_requests.pyBraulio Valdivielso Martínez2016-03-051-1/+1
| * Move test_chunked_upload to test_lowlevel.pyBraulio Valdivielso Martínez2016-03-052-16/+19
| * Leave two lines of separation between top level definitionsBraulio Valdivielso Martínez2016-03-051-0/+2
| * Remove unwanted changesBraulio Valdivielso Martínez2016-03-051-1/+1
| * Compare response bodies with unicode stringsBraulio Valdivielso Martínez2016-03-051-3/+3
| * Changed tests to use socket.sendall instead of socket.sendBraulio Valdivielso Martínez2016-03-051-8/+8
| * Moved TestTestServer to its own fileBraulio Valdivielso Martínez2016-03-042-125/+128
| * Fixed style issuesBraulio Valdivielso Martínez2016-03-041-13/+7
| * Removed unittest execution chunkBraulio Valdivielso Martínez2016-03-041-8/+0