mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-12-23 11:12:47 +01:00
Added test case for bug #866178 - invalidCommand called when addressed with
nick for karma++
This commit is contained in:
parent
7b0af3d67f
commit
bf3b4a074c
@ -141,6 +141,9 @@ if sqlite is not None:
|
||||
self.assertRegexp('karma most active', '(?!bar)')
|
||||
self.assertNotError('karma config karma-most-display 25')
|
||||
self.assertRegexp('karma most active', 'bar')
|
||||
|
||||
def testIncreaseKarmaWithNickNotCallingInvalidCommand(self):
|
||||
self.assertNoResponse('%s: foo++' % self.irc.nick, 3)
|
||||
|
||||
|
||||
# vim:set shiftwidth=4 tabstop=8 expandtab textwidth=78:
|
||||
|
Loading…
Reference in New Issue
Block a user