mirror of
https://github.com/Febbweiss/mopidy-touchscreen.git
synced 2026-03-04 22:25:39 +00:00
Travis
This commit is contained in:
@@ -2,7 +2,7 @@ from __future__ import unicode_literals
|
|||||||
|
|
||||||
import unittest
|
import unittest
|
||||||
|
|
||||||
from mopidy_touchscreen import Extension, frontend as frontend_lib
|
from mopidy_touchscreen import Extension, touch_screen as frontend_lib
|
||||||
|
|
||||||
|
|
||||||
class ExtensionTest(unittest.TestCase):
|
class ExtensionTest(unittest.TestCase):
|
||||||
@@ -24,4 +24,4 @@ class ExtensionTest(unittest.TestCase):
|
|||||||
#self.assertIn('username', schema)
|
#self.assertIn('username', schema)
|
||||||
#self.assertIn('password', schema)
|
#self.assertIn('password', schema)
|
||||||
|
|
||||||
# TODO Write more tests
|
# TODO Write more tests
|
||||||
|
|||||||
Reference in New Issue
Block a user