mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-01-26 20:14:20 +01:00
PluginDownloader: add mtughan-weather and SpiderDave repositories
This commit is contained in:
parent
8fe3e77428
commit
6e00168662
@ -201,6 +201,15 @@ repositories = {
|
|||||||
'supybot-bitcoin-'
|
'supybot-bitcoin-'
|
||||||
'marketmonitor',
|
'marketmonitor',
|
||||||
),
|
),
|
||||||
|
'mtughan-weather': GithubRepository(
|
||||||
|
'mtughan',
|
||||||
|
'Supybot-Weather',
|
||||||
|
),
|
||||||
|
'SpiderDave': GithubRepository(
|
||||||
|
'SpiderDave',
|
||||||
|
'spidey-supybot-plugins',
|
||||||
|
'Plugins',
|
||||||
|
),
|
||||||
}
|
}
|
||||||
|
|
||||||
class PluginDownloader(callbacks.Plugin):
|
class PluginDownloader(callbacks.Plugin):
|
||||||
|
@ -99,5 +99,14 @@ class PluginDownloaderTestCase(PluginTestCase):
|
|||||||
self.assertNotError('plugindownloader install nanotube-bitcoin GPG')
|
self.assertNotError('plugindownloader install nanotube-bitcoin GPG')
|
||||||
self._testPluginInstalled('GPG')
|
self._testPluginInstalled('GPG')
|
||||||
|
|
||||||
|
def testInstallMtughanWeather(self):
|
||||||
|
self.assertNotError('plugindownloader install mtughan-weather '
|
||||||
|
'WunderWeather')
|
||||||
|
self._testPluginInstalled('WunderWeather')
|
||||||
|
|
||||||
|
def testInstallSpiderDave(self):
|
||||||
|
self.assertNotError('plugindownloader install SpiderDave Pastebin')
|
||||||
|
self._testPluginInstalled('Pastebin')
|
||||||
|
|
||||||
|
|
||||||
# vim:set shiftwidth=4 tabstop=4 expandtab textwidth=79:
|
# vim:set shiftwidth=4 tabstop=4 expandtab textwidth=79:
|
||||||
|
Loading…
Reference in New Issue
Block a user