]> kaliko git repositories - python-musicpd.git/blobdiff - test.py
Adds support for partition commands
[python-musicpd.git] / test.py
diff --git a/test.py b/test.py
index 5922041619214989740a74aa7416da2a4d0a43b5..f1976705e1f4525b8792859ef64bca7a7f7584ba 100755 (executable)
--- a/test.py
+++ b/test.py
@@ -168,6 +168,10 @@ class TestMPDClient(unittest.TestCase):
             'kill':               None,
             'password':           'nothing',
             'ping':               'nothing',
+            # Partition Commands
+            'partition':          'nothing',
+            'listpartitions':     'list',
+            'newpartition':       'nothing',
             # Audio Output Commands
             'disableoutput':      'nothing',
             'enableoutput':       'nothing',