Home
last modified time | relevance | path

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

/external/autotest/server/
Dlab_status_unittest.py76 class _FakeURLResponse(object): class
128 _FakeURLResponse(200, json_string))
143 _FakeURLResponse(200, json_string))
155 _FakeURLResponse(500, ''))
158 _FakeURLResponse(200, json_string))
185 _FakeURLResponse(404, 'Not here, never gonna be'))