def test_longInRaw(self): result = SensorConfig.fromDict(self.input) self.assertEquals('none', result.raw['long'])
def test_basic(self): result = SensorConfig.fromDict(self.input) self.assertIs(True, result.on)