This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: test_email_codecs not integrated into test sute
Type: Stage:
Components: Tests Versions: Python 2.5
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: georg.brandl, zseil
Priority: normal Keywords: patch

Created on 2006-07-27 13:31 by zseil, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
missing_tests_24.diff zseil, 2006-07-28 16:35 patch against 2.4 branch
missing_tests_trunk.diff zseil, 2006-07-28 16:37 patch against the current trunk
Messages (5)
msg50772 - (view) Author: Ziga Seilnacht (zseil) * (Python committer) Date: 2006-07-27 13:31
test_defaultdict is missing a test_main() function,
which means that regrtest ignores its testcases.
You can see this if you run:

python regrtest.py -v test_defaultdict
msg50773 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2006-07-27 15:06
Logged In: YES 
user_id=849994

Fixed this one (and two others) in rev. 50861. Thanks for
spotting!
msg50774 - (view) Author: Ziga Seilnacht (zseil) * (Python committer) Date: 2006-07-28 00:50
Logged In: YES 
user_id=1326842

Could you please port the test_iterlen part of your
patch to the 2.4 branch? I just noticed that this
test is not new. Thanks.
msg50775 - (view) Author: Ziga Seilnacht (zseil) * (Python committer) Date: 2006-07-28 16:35
Logged In: YES 
user_id=1326842

'test_email_encodings' is another test that is not
integrated into the test suite. 

The patch for the 2.4 branch includes 'test_email_codecs'
as well as 'test_iterlen' fixes.

The patch for the trunk includes 'test_email_codecs'
fixes and also adds tests from the
'test_email_codecs_renamed' to the standard test suite.

P.S.
Yay! The 'File Upload' checkbox is gone!
msg50776 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2006-07-28 18:31
Logged In: YES 
user_id=849994

Thanks for the patches! I had grepped through the tests, but
somehow missed email_codecs.
History
Date User Action Args
2022-04-11 14:56:19adminsetgithub: 43731
2006-07-27 13:31:28zseilcreate