This commit is contained in:
Romain Bignon 2010-12-07 16:33:29 +01:00
commit b32c0406dd

View file

@ -30,4 +30,4 @@ class MeteoFranceTest(BackendTest):
self.assertTrue(current.temp > -20 and current.temp < 50)
forecasts = list(self.backend.iter_forecast(city.id))
self.assertTrue(len(l) > 0)
self.assertTrue(len(forecasts) > 0)