def validate(self): assert not self._notified self.notify_loop() assert self._notified self.loop(0.1) assert not self._notified