mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-18 03:23:20 -04:00
dev-python/lyricwikia: Python API to get song lyrics from LyricWikia
Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
diff --git a/tests/test_get_lyrics.py b/tests/test_get_lyrics.py
|
||||
index 5b1bb74..634ca55 100644
|
||||
--- a/tests/test_get_lyrics.py
|
||||
+++ b/tests/test_get_lyrics.py
|
||||
@@ -26,6 +26,6 @@ def test_returnLyricsNotFound():
|
||||
assert len(responses.calls) == 1
|
||||
|
||||
|
||||
-def test_integration():
|
||||
- lyrics = get_lyrics('Led Zeppelin', 'Stairway to Heaven')
|
||||
- assert 'lady' in lyrics.lower()
|
||||
+# def test_integration():
|
||||
+# lyrics = get_lyrics('Led Zeppelin', 'Stairway to Heaven')
|
||||
+# assert 'lady' in lyrics.lower()
|
||||
Reference in New Issue
Block a user