def test_leap_answered_flag_is_translated_to_replied_status(self):
     status = Status.from_flag('\\Answered')
     self.assertEquals('replied', status)
 def test_leap_answered_flag_is_translated_to_replied_status(self):
     status = Status.from_flag('\\Answered')
     self.assertEquals('replied', status)
 def test_leap_seen_flag_is_translated_to_read_status(self):
     status = Status.from_flag('\\Seen')
     self.assertEquals('read', status)
 def test_leap_seen_flag_is_translated_to_read_status(self):
     status = Status.from_flag('\\Seen')
     self.assertEquals('read', status)