mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-23 11:09:23 +01:00
plugins/Time: Add Utilities as a loaded plugin for the tests in order to fix some test failures.
This commit is contained in:
parent
d4d165ea40
commit
c60deebc73
@ -30,7 +30,7 @@
|
|||||||
from supybot.test import *
|
from supybot.test import *
|
||||||
|
|
||||||
class TimeTestCase(PluginTestCase):
|
class TimeTestCase(PluginTestCase):
|
||||||
plugins = ('Time',)
|
plugins = ('Time','Utilities')
|
||||||
def testSeconds(self):
|
def testSeconds(self):
|
||||||
self.assertResponse('seconds 1s', '1')
|
self.assertResponse('seconds 1s', '1')
|
||||||
self.assertResponse('seconds 10s', '10')
|
self.assertResponse('seconds 10s', '10')
|
||||||
|
Loading…
Reference in New Issue
Block a user