]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
test_no_parts_in_a_multipart(): A test for the layout of a
authorBarry Warsaw <barry@python.org>
Fri, 22 Mar 2002 16:19:30 +0000 (16:19 +0000)
committerBarry Warsaw <barry@python.org>
Fri, 22 Mar 2002 16:19:30 +0000 (16:19 +0000)
commit25cf603523bf7bf715589fdcf2911e0be7552172
tree6f5c3ae7604b2b2ef6c083e37e8ff04ffe3b400d
parentdba657f2d763eade23a40d582d251dfc640a8ebe
test_no_parts_in_a_multipart(): A test for the layout of a
multipart/mixed message with no attachments.

test_one_part_in_a_multipart(): A test for the layout of a
multipart/mixed message with a single attachment.

test_seq_parts_in_a_multipart(): A test for the layout of a
multipart/mixed message with a single attachment that happens to be a
sequence of length one.

These tests ensure no regressions on the fix for SF bug #531966.

I will merge these into the standalone email package and Python 2.3
trunk separately.
Lib/test/test_email.py