mirror of
https://github.com/jlu5/SupyPlugins.git
synced 2025-04-27 05:21:10 -05:00
NuWeather: add CI tests for Weatherstack and Openweathermap
This commit is contained in:
parent
1eb83ea9df
commit
586d16712f
@ -75,11 +75,11 @@ class NuWeatherDarkSkyTestCase(PluginTestCase):
|
||||
self.assertNotError('setweather Berlin')
|
||||
self.assertRegexp('weather', 'Berlin')
|
||||
|
||||
# TODO: set up Weatherstack in CI
|
||||
'''
|
||||
class NuWeatherWeatherstackTestCase(NuWeatherDarkSkyTestCase): # inherit settings from above
|
||||
BACKEND = 'weatherstack'
|
||||
'''
|
||||
|
||||
class NuWeatherOpenWeatherMapTestCase(NuWeatherDarkSkyTestCase):
|
||||
BACKEND = 'openweathermap'
|
||||
|
||||
# FIXME: test geocode backends
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user