X-Git-Url: https://git.kaliko.me/?p=python-musicpd.git;a=blobdiff_plain;f=test.py;h=f1976705e1f4525b8792859ef64bca7a7f7584ba;hp=5922041619214989740a74aa7416da2a4d0a43b5;hb=31b25f597c7e572317fbf27ededeed70dfd974b9;hpb=f4753ec92d1e68e46aceda30e31cfb78d5e9dbad diff --git a/test.py b/test.py index 5922041..f197670 100755 --- 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',