mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-02-03 16:14:10 +01:00
Add a test for Note.next
This commit is contained in:
parent
7cf0728633
commit
2aded9511d
@ -81,5 +81,10 @@ class NoteTestCase(PluginTestCase):
|
|||||||
self.assertRegexp('note search --regexp m/1,2/', r'#2')
|
self.assertRegexp('note search --regexp m/1,2/', r'#2')
|
||||||
self.assertRegexp('note search --sent test', r'#1')
|
self.assertRegexp('note search --sent test', r'#1')
|
||||||
|
|
||||||
|
def testNext(self):
|
||||||
|
self.assertNotError('note send inkedmn testing')
|
||||||
|
_ = self.getMsg(' ')
|
||||||
|
self.assertRegexp('note next', 'testing')
|
||||||
|
|
||||||
|
|
||||||
# vim:set shiftwidth=4 tabstop=8 expandtab textwidth=78:
|
# vim:set shiftwidth=4 tabstop=8 expandtab textwidth=78:
|
||||||
|
Loading…
Reference in New Issue
Block a user