示例#1
0
 def post(self):
     args = parser.parse_args()
     return search_apmex(args['query'])
示例#2
0
 def test_apmex(self):
     res = search_apmex(self.query1)
     self.assertIsNotNone(res)