mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-27 05:09:23 +01:00
Added another tiny test to Notes.
This commit is contained in:
parent
15c115d028
commit
184e9be97d
@ -34,7 +34,11 @@ from test import *
|
||||
import utils
|
||||
|
||||
class NotesTestCase(PluginTestCase):
|
||||
plugins = ('Notes',)
|
||||
plugins = ('Notes', 'MiscCommands')
|
||||
def testHelps(self):
|
||||
self.assertNotError('help sendnote')
|
||||
self.assertNotError('list Notes')
|
||||
|
||||
def testSendnote(self):
|
||||
self.assertNotError('sendnote inkedmn test')
|
||||
self.assertError('sendnote alsdkjfasldk foo')
|
||||
|
Loading…
Reference in New Issue
Block a user