summaryrefslogtreecommitdiff
path: root/test/with_dummyserver/test_no_ssl.py
Commit message (Expand)AuthorAgeFilesLines
* Fix InsecureRequestWarning warnings in test suiteThomas Grainger2023-04-241-4/+8
* Stop retrying tests with flakyThomas Grainger2023-01-111-5/+0
* Use the typing namespace and from __future__ import annotationsBastian Venthur2022-11-211-0/+2
* Add type hints to test.with_dummyserver.test_no_sslHasan Ramezani2021-09-141-2/+2
* Sort imports with 'isort'Quentin Pradet2020-10-011-2/+2
* Retry failed dummyserver tests once (#1718)Quentin Pradet2019-10-291-0/+4
* Change addCleanup() calls to context managers in tests (#1624)Ratan Kulshreshtha2019-06-191-10/+10
* Update assertions to pytest style (#1614)Ratan Kulshreshtha2019-05-281-2/+2
* Auto formatting using blackRatan Kulshreshtha2019-05-251-5/+4
* Use cert_reqs=CERT_REQUIRED by default (#1507)Seth Michael Larson2019-01-251-1/+1
* Drop support for Python 2.6 (#1429)Hugo2018-08-231-1/+1
* Import urllib3 on top-levelSeth Michael Larson2017-01-221-4/+2
* Add cleanup to pools and managerslars48392017-01-211-0/+2
* test requests without ssl moduleThomas Weißschuh2015-04-101-0/+29