mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-23 19:19:32 +01:00
Added a comment regarding a current bug in @bugs and @rfes
This commit is contained in:
parent
aae6f52c9e
commit
c362784a2e
@ -59,6 +59,7 @@ class SourceforgeTest(ChannelPluginTestCase, PluginDocumentation):
|
|||||||
self.assertNotError('bugs')
|
self.assertNotError('bugs')
|
||||||
m = self.getMsg('bugs')
|
m = self.getMsg('bugs')
|
||||||
n = re.search('#(\d+)', m.args[1]).group(1)
|
n = re.search('#(\d+)', m.args[1]).group(1)
|
||||||
|
# This should have the same effect as calling 'bugs supybot %s'
|
||||||
self.assertNotError('bugs %s' % n)
|
self.assertNotError('bugs %s' % n)
|
||||||
|
|
||||||
def testSnarfer(self):
|
def testSnarfer(self):
|
||||||
|
Loading…
Reference in New Issue
Block a user