mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-20 01:19:26 +01:00
Made the environment slightly cleaner in PluginTestCase.setUp.
This commit is contained in:
parent
52bd33015c
commit
0ea2f22517
@ -116,7 +116,7 @@ class PluginTestCase(unittest.TestCase):
|
|||||||
cleanDataDir = True
|
cleanDataDir = True
|
||||||
def setUp(self, nick='test'):
|
def setUp(self, nick='test'):
|
||||||
# Set conf variables appropriately.
|
# Set conf variables appropriately.
|
||||||
conf.prefixChar = '@'
|
conf.prefixChars = '@'
|
||||||
conf.replyWhenNotCommand = False
|
conf.replyWhenNotCommand = False
|
||||||
self.myVerbose = world.myVerbose
|
self.myVerbose = world.myVerbose
|
||||||
if self.cleanConfDir:
|
if self.cleanConfDir:
|
||||||
|
Loading…
Reference in New Issue
Block a user