コード例 #1
0
ファイル: hosts.py プロジェクト: yuuichi-fujioka/bergenholm
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]))