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