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