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