(self)
| 65 | assert self.is_on() is False |
| 66 | |
| 67 | def test_status(self): |
| 68 | self.device._reset_state() |
| 69 | |
| 70 | assert repr(self.state()) == repr(WaterPurifierStatus(self.device.start_state)) |
| 71 | |
| 72 | assert self.is_on() is True |
nothing calls this directly
no test coverage detected