Make sure '@action' works

This commit is contained in:
James Vega 2003-11-07 19:09:55 +00:00
parent 646cbe4c32
commit 900f2a97f9
1 changed files with 1 additions and 0 deletions

View File

@ -68,6 +68,7 @@ class UtilitiesTestCase(PluginTestCase, PluginDocumentation):
def testAction(self):
self.assertAction('action moos', 'moos')
self.assertAction('action','')
def testRe(self):
self.assertResponse('re "m/My children/" [cpustats]', 'My children')