Exemplo n.º 1
0
 def test_track_search(self):
     basicConfig(level=DEBUG)
     lastfm = LastFm(dir=TEST_DIR)
     pprint(lastfm.track_search('all i need is a miracle'), indent=2)
     print(list(lastfm.artists_for_track('once more in the')))
Exemplo n.º 2
0
 def test_track_search(self):
     basicConfig(level=DEBUG)
     lastfm = LastFm(dir=TEST_DIR)
     pprint(lastfm.track_search('all i need is a miracle'), indent=2)
     print(list(lastfm.artists_for_track('once more in the')))