mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-30 14:59:34 +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
|
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')
|
||||||
|
Loading…
Reference in New Issue
Block a user