Пример #1
0
 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