mirror of
https://github.com/nikdoof/mumblepy.git
synced 2025-12-13 14:32:17 +00:00
Add some extremely basic ACL/Group tests.
This commit is contained in:
@@ -66,3 +66,9 @@ class ChannelTests(unittest.TestCase):
|
|||||||
|
|
||||||
def testSerailze(self):
|
def testSerailze(self):
|
||||||
self.assertNotEqual(self.root_channel.serialize(), None)
|
self.assertNotEqual(self.root_channel.serialize(), None)
|
||||||
|
|
||||||
|
def testACL(self):
|
||||||
|
self.assertEquals(len(self.root_channel.get_acls()), 3)
|
||||||
|
|
||||||
|
def testGroup(self):
|
||||||
|
self.assertEquals(len(self.root_channel.get_groups()), 1)
|
||||||
|
|||||||
Reference in New Issue
Block a user