Home | History | Annotate | Download | only in test

Lines Matching refs:teststr

1107         teststr = u'\u043a\u0438\u0440\u0438\u043b\u0438\u0446\u0430'
1109 msg = MIMEText(teststr, _charset='utf-8')
1112 eq(msg.get_payload(decode=True), teststr.encode('utf-8'))
1115 teststr = u'\u043a\u0438\u0440\u0438\u043b\u0438\u0446\u0430'
1116 self.assertRaises(UnicodeEncodeError, MIMEText, teststr)