def test_search(self):
     client = Client()
     xml_data = client.search(query='batman robin')
     pass
示例#2
0
 def test_search(self):
     client = Client()
     xml_data = client.search(query='The Breakfast Club é Extras')
     pass
示例#3
0
 def test_search(self):
     client = Client()
     xml_data = client.search(query='batman robin')
     pass
示例#4
0
 def test_search(self):
     client = Client()
     xml_data = client.search(query="The Breakfast Club é Extras")
     pass