Home
last modified time | relevance | path

Searched refs:check_proxy (Results 1 – 1 of 1) sorted by last modified time

/unit/test/
H A Dtest_proxy.py460 def check_proxy(proxy): function
465 check_proxy('blah')
466 check_proxy('/blah')
467 check_proxy('unix:/blah')
468 check_proxy('http://blah')
469 check_proxy('http://127.0.0.1')
470 check_proxy('http://127.0.0.1:')
474 check_proxy('http://[]')
475 check_proxy('http://[]:8080')
476 check_proxy('http://[:]:8080')
[all …]