Exemplo n.º 1
0
 def test_lyrics_page_is_empty(self):
     raise SkipTest('')
     with assertInlineCallbackRaises(LyricsNotFound):
         lyrics = yield self.getLyrics('Cat Power', 'Cherokee')
Exemplo n.º 2
0
 def test_queen_adreena_come_down(self):
     with assertInlineCallbackRaises(LyricsNotFound):
         lyrics = yield self.getLyrics('Queen Adreena', 'Come Down')
Exemplo n.º 3
0
 def test_short_lyrics_are_filtered(self):
     with assertInlineCallbackRaises(LyricsNotFound):
         lyrics = yield self.getLyrics('Timeline', 'drugs(http://vkontakte.ru/dubstepzombie)')
Exemplo n.º 4
0
 def test_lcd_soundsystem_someone_great_raises_copyright_error(self):
     with assertInlineCallbackRaises(LyricsNotFound):
         lyrics = yield self.getLyrics('LCD Soundsystem', 'Someone Great')
Exemplo n.º 5
0
 def test_korn_twisted_transistor(self):
     with assertInlineCallbackRaises(LyricsNotFound):
         lyrics = yield self.getLyrics('koRn', 'twisted transistor')