mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-26 20:59:27 +01:00
Fixed networkishness and broke out a test so its name is more appropriate.
This commit is contained in:
parent
277f0274b8
commit
6526336c1d
@ -101,6 +101,8 @@ class MiscTestCase(ChannelPluginTestCase):
|
||||
self.failIf(self.irc.getCallback(name).public)
|
||||
self.assertNotRegexp('list', name)
|
||||
self.assertRegexp('list --private', name)
|
||||
|
||||
def testListDoesNotIncludeNonCanonicalName(self):
|
||||
self.assertNotRegexp('list Owner', '_exec')
|
||||
|
||||
def testListNoIncludeDispatcher(self):
|
||||
@ -109,8 +111,9 @@ class MiscTestCase(ChannelPluginTestCase):
|
||||
def testListIncludesDispatcherIfThereIsAnOriginalCommand(self):
|
||||
self.assertRegexp('list Dict', r'\bdict\b')
|
||||
|
||||
def testVersion(self):
|
||||
self.assertNotError('version')
|
||||
if network:
|
||||
def testVersion(self):
|
||||
self.assertNotError('version')
|
||||
|
||||
def testSource(self):
|
||||
self.assertNotError('source')
|
||||
|
Loading…
Reference in New Issue
Block a user