summaryrefslogtreecommitdiff
path: root/test/contrib
Commit message (Expand)AuthorAgeFilesLines
* 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
| * Two more in test_socks.pyAlex Chan2017-06-111-0/+2
* | Move app engine tests over to pytestJon Wayne Parrott2017-06-071-213/+0
|/
* Add support for SecureTransport TLS backendCory Benfield2017-03-062-1/+24
* Re-add PyOpenSSL testing.Cory Benfield2017-02-151-0/+4
* Merge upstreamSeth Michael Larson2017-01-244-13/+11
|\
| * E127 Continuation line over-indented for visual indentSeth Michael Larson2017-01-231-5/+5
| * F841 Local variable assigned to but never used.Seth Michael Larson2017-01-231-1/+1
| * E265 Block comment should start with `# `.Seth Michael Larson2017-01-231-2/+2
| * E302 Expected 2 blank lines, found 1Seth Michael Larson2017-01-232-0/+2
| * F401 Entity imported but unusedSeth Michael Larson2017-01-231-5/+0
* | Merge branch 'master' into fix-test-leakingSeth M. Larson2017-01-211-9/+71
|\ \ | |/
| * Merge remote-tracking branch 'origin/master'Tom White2017-01-171-0/+45
| |\
| * | Revert "Remove usage of assertIn for Python 2.6 compatibility"Tom White2016-11-151-6/+1
| * | Remove usage of assertIn for Python 2.6 compatibilityTom White2016-11-151-1/+6
| * | Add test for doing DNS lookup locally when using SOCKS proxyTom White2016-11-141-0/+62
| * | Differentiate socks5h from socks5 and socks4a from socks4Tom White2016-11-141-9/+9
* | | Add cleanup to pools and managerslars48392017-01-211-0/+14
| |/ |/|
* | verify that pyopenssl is sufficiently new before injectingPaul Kehrer2016-12-051-13/+21
* | Require an up-to-date 'cryptography' module for urllib3 injectionAdam Seering2016-11-231-0/+37
|/
* Respect Retry-After header for redirectionYi EungJun2016-09-261-1/+12