def test_search(self):
     client = Client()
     tracks = client.search('angerfist', category='sounds')
     pass
Ejemplo n.º 2
0
 def test_search(self):
     client = Client()
     xml = client.search('superman')
     pass
Ejemplo n.º 3
0
 def test_search(self):
     client = Client()
     xml = client.search('superman')
     pass
Ejemplo n.º 4
0
 def test_search(self):
     client = Client()
     result = client.search('halligalli')
     pass
Ejemplo n.º 5
0
 def test_search(self):
     client = Client()
     tracks = client.search('angerfist', category='sounds')
     playlist = client.search('angerfist', category='sets')
     people = client.search('angerfist', category='people')
     pass
Ejemplo n.º 6
0
 def test_search(self):
     client = Client()
     result = client.search('halligalli')
     pass
 def test_search(self):
     client = Client()
     tracks = client.search('angerfist', category='sounds')
     pass