Home
last modified time | relevance | path

Searched refs:DUMMY_URL (Results 1 – 1 of 1) sorted by relevance

/external/python/httplib2/tests/
Dtest_http.py15 DUMMY_URL = "http://127.0.0.1:1" variable
26 DUMMY_URL, connection_type=tests.MockHTTPConnection
28 assert response["content-location"] == DUMMY_URL
39 DUMMY_URL, connection_type=tests.MockHTTPBadStatusConnection
72 http.request(DUMMY_URL)
85 response, content = http.request(DUMMY_URL)