mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-02-02 07:34:08 +01:00
Added tests for no errors where no errors should occur.
This commit is contained in:
parent
e5df6c87ed
commit
05c06f8f4b
@ -47,7 +47,9 @@ class TimeTestCase(PluginTestCase):
|
||||
self.assertResponse('seconds 1y 1s', '31536001')
|
||||
self.assertResponse('seconds 1w 1s', '604801')
|
||||
|
||||
|
||||
def testNoErrors(self):
|
||||
self.assertNotError('ctime')
|
||||
self.assertNotError('time %Y')
|
||||
|
||||
|
||||
# vim:set shiftwidth=4 tabstop=8 expandtab textwidth=78:
|
||||
|
Loading…
Reference in New Issue
Block a user