mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-23 11:09:23 +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')
|
||||
m = self.getMsg('bugs')
|
||||
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)
|
||||
|
||||
def testSnarfer(self):
|
||||
|
Loading…
Reference in New Issue
Block a user