mirror of
https://github.com/jlu5/PyLink.git
synced 2024-11-01 01:09:22 +01:00
pr/insp: drop tests for validing channel names
This commit is contained in:
parent
eec024bf9a
commit
652d53c29e
@ -56,8 +56,6 @@ class TestProtoInspIRCd(unittest.TestCase):
|
||||
self.assertIn(u, self.irc.channels['#channel'].users)
|
||||
# Non-existant user.
|
||||
self.assertRaises(LookupError, self.proto.joinClient, self.irc, '9PYZZZZZZ', '#test')
|
||||
# Invalid channel.
|
||||
self.assertRaises(ValueError, self.proto.joinClient, self.irc, u, 'aaaa')
|
||||
|
||||
def testPartClient(self):
|
||||
u = self.u
|
||||
|
Loading…
Reference in New Issue
Block a user