def status(args): ''' Get the probable status for people there. ''' yield 'People there may be {}.'.format( U.status(args.remote_tz).status )
def test_status(self): self.assertEqual( Activities.at(datetime.utcnow()), U.status(utc) )
def test_status(self): self.in_command(C.status, U.status(self.remote_tz).status)