mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-01-30 14:14:37 +01:00
Added test for pydoc assert.
This commit is contained in:
parent
2e23c68afb
commit
a002393085
@ -78,6 +78,7 @@ class FunCommandsTest(PluginTestCase):
|
|||||||
def testPydoc(self):
|
def testPydoc(self):
|
||||||
self.assertNotError('pydoc str')
|
self.assertNotError('pydoc str')
|
||||||
self.assertError('pydoc foobar')
|
self.assertError('pydoc foobar')
|
||||||
|
self.assertError('pydoc assert')
|
||||||
|
|
||||||
def testOrd(self):
|
def testOrd(self):
|
||||||
for c in map(chr, range(256)):
|
for c in map(chr, range(256)):
|
||||||
|
Loading…
Reference in New Issue
Block a user