mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-01-30 06:04:21 +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):
|
||||
self.assertNotError('pydoc str')
|
||||
self.assertError('pydoc foobar')
|
||||
self.assertError('pydoc assert')
|
||||
|
||||
def testOrd(self):
|
||||
for c in map(chr, range(256)):
|
||||
|
Loading…
Reference in New Issue
Block a user