mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-12-23 03:02:52 +01:00
Removed a useless line and added a test that depends on that removed line.
This commit is contained in:
parent
0525325289
commit
0a71b92584
@ -54,7 +54,6 @@ supybot.log.format: %(levelname)s %(message)s
|
||||
supybot.log.plugins.individualLogfiles: False
|
||||
supybot.protocols.irc.throttleTime: 0
|
||||
supybot.reply.whenAddressedBy.chars: @
|
||||
supybot.protocols.irc.throttleTime: -1
|
||||
supybot.networks.test.server: should.not.need.this
|
||||
supybot.nick: test
|
||||
""")
|
||||
|
@ -36,6 +36,7 @@ class ConfigTestCase(ChannelPluginTestCase):
|
||||
plugins = ('Config', 'Ebay')
|
||||
def testGet(self):
|
||||
self.assertNotRegexp('config get supybot.reply', r'registry\.Group')
|
||||
self.assertResponse('config supybot.protocols.irc.throttleTime', '0.0')
|
||||
|
||||
def testList(self):
|
||||
self.assertError('config list asldfkj')
|
||||
|
Loading…
Reference in New Issue
Block a user