コード例 #1
0
 def test_search(self):
     client = Client()
     xml_data = client.search(query='batman robin')
     pass
コード例 #2
0
ファイル: test_client.py プロジェクト: camster1/RTOTV
 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