exc: Test ScannerError
This commit is contained in:
parent
395019e857
commit
8f59dd69ad
@ -15,3 +15,7 @@ class ExceptionsTest(unittest.TestCase):
|
|||||||
def test_extension_error_is_a_mopidy_exception(self):
|
def test_extension_error_is_a_mopidy_exception(self):
|
||||||
self.assert_(issubclass(
|
self.assert_(issubclass(
|
||||||
exceptions.ExtensionError, exceptions.MopidyException))
|
exceptions.ExtensionError, exceptions.MopidyException))
|
||||||
|
|
||||||
|
def test_scanner_error_is_a_mopidy_exception(self):
|
||||||
|
self.assert_(issubclass(
|
||||||
|
exceptions.ScannerError, exceptions.MopidyException))
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user