Revert "Code clean"

This reverts commit b8bec3327d.
This commit is contained in:
9and3r
2014-08-04 02:27:30 +02:00
parent b8bec3327d
commit 375c73d89f
15 changed files with 70 additions and 64 deletions

View File

@@ -6,6 +6,7 @@ from mopidy_touchscreen import Extension, touch_screen as frontend_lib
class ExtensionTest(unittest.TestCase):
def test_get_default_config(self):
ext = Extension()
@@ -20,7 +21,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