def test_email_new_channel_normal(self): nc = Email.new_channel() in_('address', nc) in_('channel_name', nc) in_('imap_host', nc) in_('imap_port', nc) in_('open', nc) in_('password', nc) in_('platform', nc) in_('smtp_host', nc) in_('smtp_port', nc) in_('username', nc)
def test_email_new_channel_normal(self): nc = Email.new_channel() in_("address", nc) in_("channel_name", nc) in_("imap_host", nc) in_("imap_port", nc) in_("open", nc) in_("password", nc) in_("platform", nc) in_("smtp_host", nc) in_("smtp_port", nc) in_("username", nc)