mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-01-24 11:04:05 +01:00
PluginDownloader: Add test case.
Someone reported it to crash, but it does no. Hmm…
This commit is contained in:
parent
035c38a4f1
commit
9c76750ff9
@ -94,6 +94,10 @@ class PluginDownloaderTestCase(PluginTestCase):
|
||||
self.assertNotError('plugindownloader install SpiderDave Pastebin')
|
||||
self._testPluginInstalled('Pastebin')
|
||||
|
||||
def testInstallNonAsciiInit(self):
|
||||
self.assertNotError('plugindownloader install Hoaas DuckDuckGo')
|
||||
self._testPluginInstalled('DuckDuckGo')
|
||||
|
||||
def testInfo(self):
|
||||
self.assertResponse('plugindownloader info ProgVal Twitter',
|
||||
'Advanced Twitter plugin for Supybot, with capabilities '
|
||||
|
Loading…
Reference in New Issue
Block a user