Added another tiny test to Notes.

This commit is contained in:
Jeremy Fincher 2003-09-06 01:11:06 +00:00
parent 15c115d028
commit 184e9be97d

View File

@ -34,7 +34,11 @@ from test import *
import utils import utils
class NotesTestCase(PluginTestCase): class NotesTestCase(PluginTestCase):
plugins = ('Notes',) plugins = ('Notes', 'MiscCommands')
def testHelps(self):
self.assertNotError('help sendnote')
self.assertNotError('list Notes')
def testSendnote(self): def testSendnote(self):
self.assertNotError('sendnote inkedmn test') self.assertNotError('sendnote inkedmn test')
self.assertError('sendnote alsdkjfasldk foo') self.assertError('sendnote alsdkjfasldk foo')