mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-26 20:59:27 +01:00
Augmented test cases for RFE 1030244.
This commit is contained in:
parent
ac1930b7de
commit
a87d8c9a1f
@ -44,6 +44,8 @@ class GeekQuoteTestCase(ChannelPluginTestCase, PluginDocumentation):
|
||||
self.assertError('geekquote asdf')
|
||||
|
||||
def testQdb(self):
|
||||
# Run twice just to make sure it handles multiple randoms
|
||||
self.assertNotError('qdb')
|
||||
self.assertNotError('qdb')
|
||||
self.assertNotError('qdb 13600')
|
||||
self.assertError('qdb qwerty')
|
||||
|
Loading…
Reference in New Issue
Block a user