t.mail.test.test_imap.PreauthIMAP4ClientMixin._result conflicts with Python 2.7 unittest
| Newsgroups | gmane.comp.python.twisted.bugs |
|---|---|
| Message-ID | <[email protected]> |
New submission from ivank <[email protected]>: Python 2.7r72791 `unittest.TestCase` has a `_result` attribute. Summary of failures caused by the `_result` conflict: {{{ IMAP4ClientExamineTests test_bareOk ... [ERROR] test_exists ... [ERROR] test_flags ... [ERROR] test_nonIntegerExists ... [FAIL] test_nonIntegerRecent ... [FAIL] [ERROR] test_nonIntegerUIDNEXT ... [FAIL] test_nonIntegerUIDVALIDITY ... [FAIL] [ERROR] [ERROR] test_nonIntegerUnseen ... [FAIL] test_permanentflags ... [ERROR] [ERROR] test_recent ... [ERROR] test_uidnext ... [ERROR] test_uidvalidity ... [ERROR] test_unrecognizedOk ... [ERROR] test_unseen ... [ERROR] IMAP4ClientExpungeTests test_expunge ... [ERROR] test_nonIntegerExpunged ... [FAIL] IMAP4ClientFetchTests test_fetchBody ... [ERROR] test_fetchSpecific ... [ERROR] test_fetchSpecificMIME ... [ERROR] test_fetchSpecificNumbered ... [ERROR] test_fetchSpecificNumberedText ... [ERROR] test_fetchSpecificPartial ... [ERROR] test_fetchSpecificPeek ... [ERROR] test_fetchSpecificText ... [ERROR] test_fetchUID ... [ERROR] test_fetchUIDNonIntegerFound ... [FAIL] test_incompleteFetchSpecificPartialResponse ... [FAIL] test_incompleteFetchSpecificTextResponse ... [FAIL] test_incompleteFetchUIDResponse ... [FAIL] [ERROR] IMAP4ClientSearchTests test_nonIntegerFound ... [FAIL] test_search ... [ERROR] IMAP4ClientStoreTests test_addFlags ... [ERROR] test_addFlagsSilently ... [ERROR] test_addFlagsSilentlyWithUnsolicitedData ... [ERROR] test_removeFlags ... [ERROR] test_removeFlagsSilently ... [ERROR] test_removeFlagsSilentlyWithUnsolicitedData ... [ERROR] [ERROR] [ERROR] [ERROR] [ERROR] [ERROR] [ERROR] test_setFlags ... [ERROR] test_setFlagsSilently ... [ERROR] test_setFlagsSilentlyWithUnsolicitedData ... [ERROR] }}} ---------- Type : defect Component: mail Keywords : Priority : normal Nosy : ---------- http://twistedmatrix.com/trac/ticket/3846