Searched refs:FakeResponse (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython3/Lib/test/ |
D | test_http_cookiejar.py | 286 class FakeResponse: class 310 res = FakeResponse(headers, url) 925 res = FakeResponse(headers, "http://acme.com/") 930 res = FakeResponse(headers, "http://www.acme.com/") 935 res = FakeResponse(headers, "http://www.coyote.com/") 941 res = FakeResponse(headers, "http://www.coyote.com/") 956 res = FakeResponse(headers, "http://www.acme.com/") 966 res = FakeResponse(headers, "http://www.roadrunner.net/") 981 res = FakeResponse(headers, "http://www.acme.com/") 993 res = FakeResponse(headers, "http://acme.com/") [all …]
|
/external/python/cpython2/Lib/test/ |
D | test_cookielib.py | 235 class FakeResponse: class 261 res = FakeResponse(headers, url) 874 res = FakeResponse(headers, "http://acme.com/") 879 res = FakeResponse(headers, "http://www.acme.com/") 884 res = FakeResponse(headers, "http://www.coyote.com/") 890 res = FakeResponse(headers, "http://www.coyote.com/") 908 res = FakeResponse(headers, "http://www.acme.com/") 918 res = FakeResponse(headers, "http://www.roadrunner.net/") 933 res = FakeResponse(headers, "http://www.acme.com/") 1142 r = FakeResponse(headers, "http://www.example.com/") [all …]
|