Code clean

This commit is contained in:
9and3r
2014-08-04 02:10:33 +02:00
parent 7e0997862f
commit b8bec3327d
15 changed files with 64 additions and 70 deletions

View File

@@ -6,7 +6,6 @@ from mopidy_touchscreen import Extension, touch_screen as frontend_lib
class ExtensionTest(unittest.TestCase):
def test_get_default_config(self):
ext = Extension()
@@ -21,7 +20,7 @@ class ExtensionTest(unittest.TestCase):
schema = ext.get_config_schema()
# TODO Test the content of your config schema
#self.assertIn('username', schema)
# self.assertIn('username', schema)
#self.assertIn('password', schema)
# TODO Write more tests
# TODO Write more tests