fix flake8 warnings

This commit is contained in:
Jesse Weinstein 2016-01-02 21:50:13 -08:00
parent 25495d675c
commit 3807d4fc57

View file

@ -10,8 +10,6 @@ from mock import patch, Mock
from test._common import unittest
from test.helper import TestHelper
from beetsplug.play import PlayPlugin
class PlayPluginTest(unittest.TestCase, TestHelper):
def setUp(self):
@ -27,6 +25,7 @@ class PlayPluginTest(unittest.TestCase, TestHelper):
def test_basic(self):
self.run_command('play', 'title:aNiceTitle')
def suite():
return unittest.TestLoader().loadTestsFromName(__name__)