PluginDownloader: Add test case.

Someone reported it to crash, but it does no. Hmm…
This commit is contained in:
Valentin Lorentz 2016-08-01 16:08:31 +02:00
parent 035c38a4f1
commit 9c76750ff9
1 changed files with 4 additions and 0 deletions

View File

@ -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 '