summaryrefslogtreecommitdiff
path: root/test/with_dummyserver/test_proxy_poolmanager.py
Commit message (Expand)AuthorAgeFilesLines
* Change sub-class of NameResolutionError to NewConnectionErrorQuentin Pradet2021-07-081-2/+2
* Raise NameResolutionError instead of socket.gaierror (#2305)euri102021-06-281-2/+2
* Lean on SSLContext to verify hostnames when possible (#2178)Quentin Pradet2021-03-161-1/+3
* Add exception wrapper for HTTPS proxy connection failure (#2133)Jorge2021-02-091-0/+14
* Use match parameter in pytest.raises()Hasan Ramezani2020-12-291-8/+7
* Improve message for ProxySchemeUnknown exceptionHasan Ramezani2020-12-101-0/+22
* Remove support for Python 2 and 3.5Hugo van Kemenade2020-11-151-137/+85
* Sort imports with 'isort'Quentin Pradet2020-10-011-17/+14
* Integrate TLS-in-TLS support into urllib3 (#1923)Jorge2020-09-291-11/+90
* Blacken using black==20.8b1hodbn2020-08-261-1/+4
* Add support for HTTPS connections to proxies. (#1679)Jorge2020-03-121-1/+66
* Generate bad CA with trustme (#1794)Quentin Pradet2020-01-271-7/+19
* Skip IPv6 test class when IPv6 is not available (#1762)Quentin Pradet2019-12-021-1/+7
* Remove unneeded test timeouts (#1763)Quentin Pradet2019-12-021-4/+0
* Unify timeout values in test suite (#1717)Quentin Pradet2019-10-311-7/+9
* Prefer pytest.raises over Testcase.fail (#1712)Quentin Pradet2019-10-291-34/+16
* Retry failed dummyserver tests once (#1718)Quentin Pradet2019-10-291-0/+3
* Remove unneeded new lines after with statements (#1702)Quentin Pradet2019-10-011-10/+0
* Switch from 'self' to 'cls' in classmethods (#1701)Quentin Pradet2019-09-301-13/+13
* Merge strings that fit on a single line (#1700)Quentin Pradet2019-09-271-1/+1
* Stop using unittest (#1649)Quentin Pradet2019-07-051-7/+6
* Change addCleanup() calls to context managers in tests (#1624)Ratan Kulshreshtha2019-06-191-277/+275
* Update assertions to pytest style (#1614)Ratan Kulshreshtha2019-05-281-81/+85
* Auto formatting using blackRatan Kulshreshtha2019-05-251-151/+188
* Use cert_reqs=CERT_REQUIRED by default (#1507)Seth Michael Larson2019-01-251-14/+8
* Drop support for Python 2.6 (#1429)Hugo2018-08-231-12/+12
* Remove all uses of nose from the codebaseAlex Chan2017-08-091-3/+3
* Ensured that SSLErrors will be retriedBenjamin Wohlwend2017-06-071-7/+9
* Add cleanup code to the dummyserver testsAlex Chan2017-05-301-0/+1
* Merge upstreamSeth Michael Larson2017-01-241-25/+24
|\
| * E228 Missing whitespace around `%` operatorSeth Michael Larson2017-01-231-9/+9
| * F841 Local variable assigned to but never used.Seth Michael Larson2017-01-231-4/+4
| * E305 Expected 2 blank lines after class/func, found 1Seth Michael Larson2017-01-231-0/+1
| * E111 Indentation is not a multiple of fourSeth Michael Larson2017-01-231-1/+1
| * E128 Continuation line under-indented for visual indentSeth Michael Larson2017-01-231-12/+12
| * E231 Missing whitespace after `,`Seth Michael Larson2017-01-231-18/+18
| * E303 Too many blank linesSeth Michael Larson2017-01-231-2/+0
* | Add cleanup to pools and managerslars48392017-01-211-1/+18
|/
* tests: Use @requires_network where appropriateÉtienne Buira2016-11-281-1/+3
* Tests for case-insensitivity in the scheme and hostJeremy Cline2016-07-011-0/+10
* Avoid spurious failures due to tiny timeouts.Cory Benfield2015-11-261-4/+4
* tests: Ported sleep to event-based; added NewConnectionError exception.Andrey Petrov2015-09-041-2/+2
* Merge pull request #679 from sigmavirus24/httpheaderdict-requestsAndrey Petrov2015-07-211-1/+18
|\
| * Update tests for new HTTPHeaderDict behaviourIan Cordasco2015-07-181-2/+2
| * Tests for HTTPHeaderDict in requests (re: #632)httpheaderdict-requestsAndrey Petrov2015-05-281-1/+18
* | Fix IPv6 HTTPS proxyChristian Pedersen2015-07-061-1/+22
|/
* Add extra test. Make some changesKevin Burke2014-11-131-1/+11
* Set connect timeout for proxies via HTTPSKevin Burke2014-11-131-2/+16
* Tests pass, need to fix coverage.Andrey Petrov2014-06-301-3/+9
* Speed up failed connection detection on Windows.schlamar2014-01-231-8/+4