Beispiel #1
0
 def post(self):
     args = parser.parse_args()
     return search_shinybars(args['query'])
Beispiel #2
0
 def test_shinybars(self):
     res = search_shinybars(self.query4)
     self.assertIsNotNone(res)