From 4e0527f07d5cdfa623216caa21904d74fdd289dd Mon Sep 17 00:00:00 2001 From: Fabrice Laporte Date: Tue, 2 May 2017 00:54:58 +0200 Subject: [PATCH] Docstrings style --- test/test_lyrics.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/test_lyrics.py b/test/test_lyrics.py index eb9d17dec..d8b9e672e 100644 --- a/test/test_lyrics.py +++ b/test/test_lyrics.py @@ -42,7 +42,7 @@ google = lyrics.Google(MagicMock(), log) class LyricsPluginTest(unittest.TestCase): def setUp(self): - """Set up configuration""" + """Set up configuration.""" lyrics.LyricsPlugin() def test_search_artist(self): @@ -317,7 +317,7 @@ class LyricsGooglePluginTest(unittest.TestCase): title=u'Beets song', path=u'/lyrics/beetssong') def setUp(self): - """Set up configuration""" + """Set up configuration.""" try: __import__('bs4') except ImportError: