Home
last modified time | relevance | path

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

/external/autotest/server/
Dlab_status_unittest.py82 class _FakeURLResponse(object): class
134 _FakeURLResponse(200, json_string))
149 _FakeURLResponse(200, json_string))
161 _FakeURLResponse(500, ''))
164 _FakeURLResponse(200, json_string))
191 _FakeURLResponse(404, 'Not here, never gonna be'))