mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-27 13:19:24 +01:00
Added whois test.
This commit is contained in:
parent
5944282355
commit
85fad59aaf
@ -99,6 +99,10 @@ class FunCommandsTest(PluginTestCase):
|
|||||||
def testDns(self):
|
def testDns(self):
|
||||||
self.assertNotError('dns slashdot.org')
|
self.assertNotError('dns slashdot.org')
|
||||||
|
|
||||||
|
def testWhois(self):
|
||||||
|
self.assertNotError('whois ohio-state.edu')
|
||||||
|
self.assertError('whois slashdot.org')
|
||||||
|
|
||||||
def testDict(self):
|
def testDict(self):
|
||||||
self.assertNotError('dict slash')
|
self.assertNotError('dict slash')
|
||||||
self.assertNotRegexp('dict web1913 slash', 'foldoc')
|
self.assertNotRegexp('dict web1913 slash', 'foldoc')
|
||||||
|
Loading…
Reference in New Issue
Block a user