Docstrings style

This commit is contained in:
Fabrice Laporte 2017-05-02 00:54:58 +02:00
parent f8862ac0ea
commit 4e0527f07d

View file

@ -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: