Remove parse function

This commit is contained in:
Florent 2014-03-20 10:23:08 +01:00
commit dc7a83cba0
3 changed files with 22 additions and 20 deletions

View file

@ -58,4 +58,4 @@ class DresdenWetterTest(BackendTest):
Test the last sensor return by module"
"""
sensor = list(self.backend.iter_sensors("wetter", "Globalstrahlung"))
assert sensor[0].unit == u"W/m 2"
assert sensor[0].unit == u"W/m²"