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