예제 #1
0
def _list():
    return jsonify(get_hosts())
예제 #2
0
 def test_get_hosts(self):
     with self.app.test_request_context('/'):
         result = hosts.get_hosts()
         self.assertEqual(result, dict(hosts=[self.host_id]))