summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Update pypi.python.org URLs to pypi.orgJon Dufresne2018-05-011-4/+4
* Don't normalize hostnames when using custom protocol (#1361)Seth M. Larson2018-04-301-0/+38
|\
| * Add test cases for uppercase url + custom protocolLukas Slebodnik2018-04-261-0/+38
* | add unit testsChris Wilcox2018-04-271-1/+19
|/
* Also import get_subj_alt_nameSeth M. Larson2018-04-251-1/+5
* Tests should run without PyOpenSSL or SecureTransportSeth Michael Larson2018-04-251-5/+1
* Remove create_autospec on socketsSeth Michael Larson2018-04-251-3/+2
* Use mock.create_autospec on mocked interfacesSethMichaelLarson2018-04-251-4/+5
* Fix tests expecting to warn without server_hostnameSethMichaelLarson2018-04-252-4/+8
* Move None check outside is_ipadress()lars48392018-04-251-2/+2
* Fix test to not depend on warning orderlars48392018-04-251-8/+1
* Add server_hostname=None cases, simplify logicSeth Michael Larson2018-04-251-2/+6
* Don't emit SNIMissingWarning when using IP addressSeth Michael Larson2018-04-251-0/+44
* Detect IP addresses before starting SNISethMichaelLarson2018-04-251-0/+22
* 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
* Add support for SecureTransport for Python 2.6 (#1359)Seth M. Larson2018-04-231-5/+10
|\
| * Merge branch 'master' into fix-python26-macSeth M. Larson2018-04-224-871/+187
| |\
| * | Perhaps the SecureTransport bugs are worked out?wbond2018-04-151-1/+0
| * | Try to debug Mac Python 2.6 Travis failurewbond2018-04-121-2/+2
| * | Add exception text seen from client cert error with Python 2.6 on Macwbond2018-04-061-1/+2
| * | Adjust tests to not look for warnings when using SecureTransportwbond2018-04-051-5/+10
* | | Make tests for macOS + Python 3.7 required (#1375)Seth M. Larson2018-04-231-1/+1
|\ \ \
| * | | Address #1365. CertificateError str repr is tuple, not str.Chris Wilcox2018-04-201-1/+1
| | |/ | |/|
* | | Just verify that waiting on an invalid socket raises *some* errorNathaniel J. Smith2018-04-211-2/+3
* | | Add test for wait_for_socket EINTR handling w/ infinite timeoutNathaniel J. Smith2018-04-211-0/+43
|/ /
* | Remove selectors backport (#1358)Nathaniel J. Smith2018-04-202-869/+134
* | 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
|/
* x509.UnsupportedExtension is gone in cryptography >= 2.1 (#1342)Seth M. Larson2018-03-292-0/+42
|\
| * add test which triggers x509.DuplicateExtensionJeremy Lainé2018-03-222-0/+42
* | Closed HTTPResponse.read_chunked() returns no chunks instead of exception (#1...Seth M. Larson2018-03-292-0/+23
|\ \
| * | Disable chunked tests on GAESeth M. Larson2018-03-281-0/+1
| * | Add test for read_chunked() on a closed responseSeth M. Larson2018-03-271-0/+10
| * | Disable test_read_chunked_short_circuit on GAElars48392018-03-251-0/+1
| * | read_chunked() method on closed Response no longerSethMichaelLarson2018-03-251-0/+11
* | | Switch to Retry.remove_headers_on_redirectlars48392018-03-264-46/+35
* | | Fix AppEngine connection pool testsSethMichaelLarson2018-03-252-3/+10
* | | Add Authentication strip logic to PoolManagerSethMichaelLarson2018-03-251-0/+29
* | | Add Authentication strip logic to ConnectionPoolSethMichaelLarson2018-03-251-1/+32
|/ /
* | Add tests for _syscall_wrapper on Python <3.5lars48392018-03-222-0/+86
|/
* Merge remote-tracking branch 'upstream/master'Shay Erlichmen2018-02-218-19/+127
|\
| * Merge pull request #1289 from isaacto/masterIan Stapleton Cordasco2018-02-171-12/+48
| |\
| | * Handle gzip responses with multiple membersIsaac To2017-12-191-12/+48
| * | Merge pull request #1318 from haikuginger/header-continuation-standardizationJesse Shapiro2018-01-301-3/+12
| |\ \
| | * | Make header parsing more RFC-7230-compliantJesse Shapiro2018-01-231-3/+12
| | |/
| * | Add test for ConnectionPool.closeIceflower2018-01-101-0/+17
| |/