summaryrefslogtreecommitdiff
path: root/test/with_dummyserver/test_socketlevel.py
Commit message (Expand)AuthorAgeFilesLines
* Remove python2 compat stuff from test_socketlevel.py (#2276)Ran Benita2021-06-191-36/+22
* Add coverage for all raise branchesBastian Venthur2021-05-221-0/+9
* Lean on SSLContext to verify hostnames when possible (#2178)Quentin Pradet2021-03-161-2/+5
* Remove Python 2 branches, HTTPHeaderDict.from_httplibHasan Ramezani2020-11-181-2/+1
* Remove support for Python 2 and 3.5Hugo van Kemenade2020-11-151-96/+72
* Terminate connection when custom verification fails (SecureTransport) (#1977)hodbn2020-11-011-0/+43
* Fix flaky test by avoiding refused connection with short timeout (#2008)Quentin Pradet2020-10-021-2/+2
* Sort imports with 'isort'Quentin Pradet2020-10-011-30/+25
* Use LONG_TIMEOUT on test with disabled retriesQuentin Pradet2020-09-181-1/+1
* Swallow BrokenPipeError when writing request bodyRober Morales-Chaparro2020-09-111-0/+45
* Use LONG_TIMEOUT on another timeout-based testQuentin Pradet2020-09-091-1/+1
* Use LONG_TIMEOUT for read with retries=0Quentin Pradet2020-09-081-2/+1
* Don't log defect warnings on multipart/* responsesBrian Price2020-09-031-0/+37
* Send "http/1.1" ALPN extension during TLS handshakehodbn2020-07-161-2/+31
* Add default user agent header (#1750)DonaCthulhuote2020-06-301-58/+39
* Fix testing of SSLKEYLOGFILE on AppVeyorhodbn2020-06-241-2/+3
* Remove unnecessary httplib exporthodbn2020-06-101-1/+1
* Fix flaky test by setting longer connect timeoutQuentin Pradet2020-04-081-1/+1
* Stop skipping SecureTransport testsQuentin Pradet2020-03-301-1/+3
* Skip tests when DNS can't resolve a dotted FQDNhodbn2020-03-211-2/+2
* Ensure test host resolves to IPv6 in tests (#1819)Hod Bin Noon2020-03-201-1/+2
* Ensure load_verify_locations raises SSLError for all backends (#1812)Quentin Pradet2020-03-161-0/+9
* Generate client password-protected cert with trustme (#1793)Quentin Pradet2020-01-261-16/+7
* Generate client certs dynamically using trustme (#1791)Quentin Pradet2020-01-251-22/+54
* Fix test_delayed_body_read_timeout flaky test (#1751)Quentin Pradet2019-11-171-1/+1
* Remove extra notPyPy2 import to fix linter (#1733)Quentin Pradet2019-11-051-1/+0
* Use decorators to mark tests as xfail in PyPy2Quentin Pradet2019-11-041-0/+1
* Use decorators to mark tests as xfail in PyPy2Quentin Pradet2019-11-041-7/+2
* Unify timeout values in test suite (#1717)Quentin Pradet2019-10-311-45/+36
* Update urllib3/requests GitHub URLs (#1719)Quentin Pradet2019-10-291-2/+2
* Prefer pytest.raises over Testcase.fail (#1712)Quentin Pradet2019-10-291-10/+3
* Retry failed dummyserver tests once (#1718)Quentin Pradet2019-10-291-0/+3
* Remove unneeded new lines after with statements (#1702)Quentin Pradet2019-10-011-24/+0
* Merge strings that fit on a single line (#1700)Quentin Pradet2019-09-271-11/+9
* Fix PyPy tests (#1694)Quentin Pradet2019-09-251-0/+6
* Change addCleanup() calls to context managers in tests (#1624)Ratan Kulshreshtha2019-06-191-321/+286
* Update assertions to pytest style (#1614)Ratan Kulshreshtha2019-05-281-99/+95
* Merge branch 'master' into blackenRatan Kulshreshtha2019-05-251-0/+88
|\
| * Load system CA certificates by default on empty HTTPSConnection (#1608)Seth Michael Larson2019-05-231-0/+78
* | Auto formatting using blackRatan Kulshreshtha2019-05-251-519/+672
|/
* Improve CI stability for timeouts and branch coverage (#1554)Quentin Pradet2019-03-221-11/+11
* Add support for TLS 1.3 to all HTTPSConnection implementations (#1496)Seth Michael Larson2019-02-271-1/+1
* Use cert_reqs=CERT_REQUIRED by default (#1507)Seth Michael Larson2019-01-251-6/+5
* Add support for password-protected client keyfiles (#1489)Seth Michael Larson2019-01-221-2/+79
* Start testing against Python 3.8 (#1475)Seth M. Larson2018-11-221-0/+3
* Fix for parsing Content-Type: message/* Responses without warnings (#1439)Tim Bell2018-09-181-8/+34
* Remove more Python 2.6 code (#1430)Quentin Pradet2018-08-241-9/+1
* Drop support for Python 2.6 (#1429)Hugo2018-08-231-7/+8
* Merge branch 'master' into fix-deprecation-warningJesse Shapiro2017-12-151-0/+31
|\
| * Use FQDN only for DNS and drop trailing dot for other operationsJesse Shapiro2017-12-141-0/+31