summaryrefslogtreecommitdiff
path: root/test/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* Send "http/1.1" ALPN extension during TLS handshakehodbn2020-07-161-0/+14
* Change TARPIT_HOST to detect isolated network (#1862)hodbn2020-04-241-2/+8
* Detect GitHub Actions as continuous integration (#1840)Quentin Pradet2020-04-021-1/+3
* Skip tests when DNS can't resolve a dotted FQDNhodbn2020-03-211-17/+27
* Drop Python 3.4 (#1774)Quentin Pradet2020-01-061-1/+1
* Use decorators to mark tests as xfail in PyPy2Quentin Pradet2019-11-041-0/+15
* Use six.wraps in test decorators to allow pytest fixturesQuentin Pradet2019-11-041-9/+8
* Unify timeout values in test suite (#1717)Quentin Pradet2019-10-311-0/+10
* Restore comment next to its intended line (#1720)Quentin Pradet2019-10-301-2/+2
* Release 1.25.6 (#1693)1.25.6Seth Michael Larson2019-09-241-1/+1
* Drop support for Python 3.4 (#1686)Quentin Pradet2019-09-211-1/+1
* Fix for Python 4 (#1669)Hugo van Kemenade2019-08-251-2/+2
* Also skip dotted FQDN tests on TRAVIS_INFRA=unknown (#1648)Seth Michael Larson2019-07-041-1/+1
* Auto formatting using blackRatan Kulshreshtha2019-05-251-17/+39
* Add support for TLS 1.3 to all HTTPSConnection implementations (#1496)Seth Michael Larson2019-02-271-0/+22
* Add support for brotli content encoding via brotlipy package (#1532)dennis again2019-01-291-0/+14
* Add support for password-protected client keyfiles (#1489)Seth Michael Larson2019-01-221-0/+11
* Use python.org MacPython builds for Travis (#1485)Quentin Pradet2018-11-301-0/+13
* Start testing against Python 3.8 (#1475)Seth M. Larson2018-11-221-0/+16
* Drop support for Python 2.6 (#1429)Hugo2018-08-231-36/+0
* Remove unused testing utility function onlyPy34OrOlder (#1403)Jon Dufresne2018-06-281-12/+0
* Add tests for _syscall_wrapper on Python <3.5lars48392018-03-221-0/+12
* Remove all uses of nose from the codebaseAlex Chan2017-08-091-9/+9
* Merge branch 'master' into secure-transportCory Benfield2017-04-211-0/+12
|\
| * Skip TLS test on Windows py26, fix lint issuesSeth Michael Larson2017-04-011-0/+12
* | Add support for SecureTransport TLS backendCory Benfield2017-03-061-0/+13
|/
* E305 Expected 2 blank lines after class/func, found 1Seth Michael Larson2017-01-231-0/+1
* E302 Expected 2 blank lines, found 1Seth Michael Larson2017-01-231-0/+8
* F401 Entity imported but unusedSeth Michael Larson2017-01-231-1/+1
* E261 At least two spaces before inline commentSeth Michael Larson2017-01-231-1/+1
* tests: Actually check for network in @requires_networkÉtienne Buira2016-11-281-14/+24
* Adding Python2-only test decoratorJesse Shapiro2016-03-161-1/+11
* Spelling fixVille Skyttä2015-12-271-1/+1
* Skip tests on <2.7.9Cory Benfield2015-08-311-0/+11
* create a LogRecorder to record logging messagesThomas Weißschuh2015-06-041-0/+35
* don't use IPv6 in tests when it's not availableTomas Tomecek2015-03-161-1/+2
* Tests pass.Andrey Petrov2014-07-031-1/+15
* Move copypasta to its own module, and bump up @timed limits for pypy.Andrey Petrov2014-06-251-102/+0
* fix issues from looking at diffKevin Burke2014-06-251-2/+1
* Implement retry logicKevin Burke2014-06-251-3/+104
* Comment formatting.Andrey Petrov2014-06-241-2/+2
* fix test failures on newest pythonsJosh Schneier2014-06-021-1/+1
* fix docs copy/paste typoJosh Schneier2014-05-121-1/+1
* Rename @onlyPy26OrEarlier and @onlyPy27OrLater to the more explicit @onlyPy26...grun2014-04-131-2/+2
* Remove support for string only source_address values. Now only (host, port) 2...grun2014-04-131-3/+2
* Add source_address to HTTP[S]Connection and HTTP[S]ConnectionPool to specify ...grun2014-04-121-1/+35
* Tests and fail travis/tox on deprecation warnings.Andrey Petrov2014-02-211-0/+1
* fix decorator and corresponding test caseJosh Schneier2014-02-091-0/+1
* fix skipping tests on OSXJosh Schneier2014-02-071-1/+2
* add test that highlights httplib bugJosh Schneier2014-01-311-0/+10