summaryrefslogtreecommitdiff
path: root/test/contrib
Commit message (Expand)AuthorAgeFilesLines
* Configure filterwarnings=error (#2790)Thomas Grainger2022-11-241-1/+1
* Use the typing namespace and from __future__ import annotationsBastian Venthur2022-11-214-11/+19
* [2.0] Add tests for IPv6 proxy subjectAltNamesSeth Michael Larson2022-02-081-1/+2
* Add type hints to test.contrib.test_securetransportHasan Ramezani2021-10-081-4/+4
* Add type hints to test.contrib.test_pyopensslHasan Ramezani2021-10-081-7/+7
* Test all host formats in one fixture (#2421)Seth Michael Larson2021-09-241-2/+1
* Add type hints to pyOpenSSL, SOCKS, and collections testsJon Dufresne2021-08-292-79/+108
* Reraise error after free in certificate array from PEM loaderRan Benita2021-07-261-0/+13
* Add coverage for all raise branchesBastian Venthur2021-05-221-0/+10
* Use pyupgrade, black, isort, and flake8 via pre-commitHugo van Kemenade2021-01-081-2/+0
* Use system TLS ciphers if using OpenSSL 1.1.1+ or SecureTransportSeth Michael Larson2021-01-071-1/+4
* Use match parameter in pytest.raises()Hasan Ramezani2020-12-291-6/+5
* Remove fallback on commonName in match_hostname()Hasan Ramezani2020-12-231-2/+0
* Remove support for Python 2 and 3.5Hugo van Kemenade2020-11-154-33/+31
* Fix test_proxy_rejection even with two localhost entriesQuentin Pradet2020-11-121-3/+31
* Sort imports with 'isort'Quentin Pradet2020-10-014-17/+17
* Integrate TLS-in-TLS support into urllib3 (#1923)Jorge2020-09-291-500/+0
* Get SSLTransport tests to 100% coverageJorge2020-09-131-14/+44
* Don't raise SNI warning on SecureTransport with server_hostname=Nonehodbn2020-08-232-0/+3
* Add SSLTransport to support TLS in TLS connectionsJorge2020-08-191-0/+470
* Fix linting for flake8 v3.8Quentin Pradet2020-05-122-4/+4
* Stop skipping SecureTransport testsQuentin Pradet2020-03-301-2/+0
* Ensure load_verify_locations raises SSLError for all backends (#1812)Quentin Pradet2020-03-162-0/+2
* Run IPv6 Tornado server from fixtureQuentin Pradet2020-01-161-0/+2
* Unify timeout values in test suite (#1717)Quentin Pradet2019-10-311-1/+4
* Prefer pytest.raises over Testcase.fail (#1712)Quentin Pradet2019-10-291-10/+4
* Remove TLS 1.3 support in SecureTransport (#1703)Quentin Pradet2019-10-041-3/+2
* Remove unneeded new lines after with statements (#1702)Quentin Pradet2019-10-011-8/+0
* Fix CI for TLSv1.3 (#1671)Quentin Pradet2019-09-191-1/+3
* Stop using unittest (#1649)Quentin Pradet2019-07-052-4/+2
* Change addCleanup() calls to context managers in tests (#1624)Ratan Kulshreshtha2019-06-191-97/+82
* Update assertions to pytest style (#1614)Ratan Kulshreshtha2019-05-283-83/+76
* Auto formatting using blackRatan Kulshreshtha2019-05-254-183/+218
* Add support for TLS 1.3 to all HTTPSConnection implementations (#1496)Seth Michael Larson2019-02-272-2/+9
* Use cert_reqs=CERT_REQUIRED by default (#1507)Seth Michael Larson2019-01-251-2/+2
* Fix inject/extract_from_urllib3 in tests (#1480)Seth M. Larson2018-11-262-2/+11
* Drop support for Python 2.6 (#1429)Hugo2018-08-232-6/+6
* Add noqa to import testfix-skipped-testsSeth M. Larson2018-04-241-1/+1
* Fix whitespace issue in SecureTransport testSeth M. Larson2018-04-241-1/+1
* Fix skip logic in SecureTransport testsSeth M. Larson2018-04-241-13/+20
* Fix skip logic in PyOpenSSL dependencies testSeth M. Larson2018-04-241-6/+14
* Fix skip logic in PyOpenSSL testsSeth M. Larson2018-04-241-14/+21
* Free cert_array if it is *not* None (#1354)Paul Kehrer2018-04-201-2/+14
* Allow SOCKSConnection to parse username and password from URL (#1363)Aleksey2018-04-181-0/+39
* add test which triggers x509.DuplicateExtensionJeremy Lainé2018-03-222-0/+42
* Pick off some easy coverage wins around raise statementsAlex Chan2017-08-101-0/+8
* Correct test assertions around port in test_socks.pyAlex Chan2017-08-091-10/+10
* Remove all uses of nose from the codebaseAlex Chan2017-08-094-10/+8
* Merge branch 'master' into gae-to-pytestgae-to-pytestCory Benfield2017-06-141-0/+3
|\
| * And an unclosed socket in test_socks.pyAlex Chan2017-06-111-0/+1