summaryrefslogtreecommitdiff
path: root/test/contrib/test_socks.py
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-211-11/+13
* Add type hints to pyOpenSSL, SOCKS, and collections testsJon Dufresne2021-08-291-75/+104
* 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 match parameter in pytest.raises()Hasan Ramezani2020-12-291-6/+5
* Remove support for Python 2 and 3.5Hugo van Kemenade2020-11-151-19/+19
* Fix test_proxy_rejection even with two localhost entriesQuentin Pradet2020-11-121-3/+31
* Sort imports with 'isort'Quentin Pradet2020-10-011-7/+7
* 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 unneeded new lines after with statements (#1702)Quentin Pradet2019-10-011-8/+0
* Change addCleanup() calls to context managers in tests (#1624)Ratan Kulshreshtha2019-06-191-97/+82
* Update assertions to pytest style (#1614)Ratan Kulshreshtha2019-05-281-75/+66
* Auto formatting using blackRatan Kulshreshtha2019-05-251-158/+178
* Use cert_reqs=CERT_REQUIRED by default (#1507)Seth Michael Larson2019-01-251-2/+2
* Drop support for Python 2.6 (#1429)Hugo2018-08-231-4/+4
* Allow SOCKSConnection to parse username and password from URL (#1363)Aleksey2018-04-181-0/+39
* 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-091-4/+2
* And an unclosed socket in test_socks.pyAlex Chan2017-06-111-0/+1
* Two more in test_socks.pyAlex Chan2017-06-111-0/+2
* Merge upstreamSeth Michael Larson2017-01-241-5/+6
|\
| * E127 Continuation line over-indented for visual indentSeth Michael Larson2017-01-231-5/+5
* | Merge branch 'master' into fix-test-leakingSeth M. Larson2017-01-211-9/+71
|\ \ | |/
| * 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
|/
* Rename module to socksCory Benfield2015-12-171-15/+15
* Test SOCKS works properly with TLSCory Benfield2015-12-171-0/+61
* Test source_address works with SOCKS proxies.Cory Benfield2015-12-161-0/+46
* Use more obvious test domain.Cory Benfield2015-12-161-12/+12
* Tests for the SOCKS contrib module.Cory Benfield2015-12-161-0/+492