MCPcopy Create free account
hub / github.com/ScrapeGraphAI/Scrapegraph-ai / test_parse_proxy_success

Function test_parse_proxy_success

tests/utils/test_proxy_rotation.py:40–49  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

38
39
40def test_parse_proxy_success():
41 proxy = {
42 "server": "192.168.1.1:8080",
43 "username": "user",
44 "password": "pass",
45 "bypass": "*.local",
46 }
47
48 parsed_proxy = _parse_proxy(proxy)
49 assert parsed_proxy == proxy
50
51
52def test_parse_proxy_exception():

Callers

nothing calls this directly

Calls 1

_parse_proxyFunction · 0.90

Tested by

no test coverage detected