Skip to content

Commit

Permalink
PluginDownloader: Add test case.
Browse files Browse the repository at this point in the history
Someone reported it to crash, but it does no. Hmm…
  • Loading branch information
progval committed Aug 1, 2016
1 parent 035c38a commit 9c76750
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions plugins/PluginDownloader/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,10 @@ def testInstallSpiderDave(self):
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 '
Expand Down

0 comments on commit 9c76750

Please sign in to comment.