Beispiel #1
0
 def post(self):
     args = parser.parse_args()
     return search_silvertowne(args['query'])
Beispiel #2
0
 def test_silvertowne(self):
     res = search_silvertowne(self.query3)
     self.assertIsNotNone(res)