]> granicus.if.org Git - python/commit
The email package's tests live much better in a subpackage
authorBarry Warsaw <barry@python.org>
Fri, 19 Jul 2002 22:29:49 +0000 (22:29 +0000)
committerBarry Warsaw <barry@python.org>
Fri, 19 Jul 2002 22:29:49 +0000 (22:29 +0000)
commit629038093cae7d74a5356187d0a30153d5c2c88c
tree81fabed99eb31376a664951aa89343b73b4b95c9
parentd8e8e54c2be394d82407f3f7d6f2f84bff574249
The email package's tests live much better in a subpackage
(i.e. email.test), so move the guts of them here from Lib/test.  The
latter directory will retain stubs to run the email.test tests using
Python's standard regression test.

test_email_torture.py is a torture tester which will not run under
Python's test suite because I don't want to commit megs of data to
that project (it will fail cleanly there).  When run under the mimelib
project it'll stress test the package with megs of message samples
collected from various locations in the wild.

email/test/data is a copy of Lib/test/data.  The fate of the latter is
still undecided.
31 files changed:
Lib/email/test/data/PyBanner048.gif [new file with mode: 0644]
Lib/email/test/data/msg_01.txt [new file with mode: 0644]
Lib/email/test/data/msg_02.txt [new file with mode: 0644]
Lib/email/test/data/msg_03.txt [new file with mode: 0644]
Lib/email/test/data/msg_04.txt [new file with mode: 0644]
Lib/email/test/data/msg_05.txt [new file with mode: 0644]
Lib/email/test/data/msg_06.txt [new file with mode: 0644]
Lib/email/test/data/msg_07.txt [new file with mode: 0644]
Lib/email/test/data/msg_08.txt [new file with mode: 0644]
Lib/email/test/data/msg_09.txt [new file with mode: 0644]
Lib/email/test/data/msg_10.txt [new file with mode: 0644]
Lib/email/test/data/msg_11.txt [new file with mode: 0644]
Lib/email/test/data/msg_12.txt [new file with mode: 0644]
Lib/email/test/data/msg_13.txt [new file with mode: 0644]
Lib/email/test/data/msg_14.txt [new file with mode: 0644]
Lib/email/test/data/msg_15.txt [new file with mode: 0644]
Lib/email/test/data/msg_16.txt [new file with mode: 0644]
Lib/email/test/data/msg_17.txt [new file with mode: 0644]
Lib/email/test/data/msg_18.txt [new file with mode: 0644]
Lib/email/test/data/msg_19.txt [new file with mode: 0644]
Lib/email/test/data/msg_20.txt [new file with mode: 0644]
Lib/email/test/data/msg_21.txt [new file with mode: 0644]
Lib/email/test/data/msg_22.txt [new file with mode: 0644]
Lib/email/test/data/msg_23.txt [new file with mode: 0644]
Lib/email/test/data/msg_24.txt [new file with mode: 0644]
Lib/email/test/data/msg_25.txt [new file with mode: 0644]
Lib/email/test/data/msg_26.txt [new file with mode: 0644]
Lib/email/test/data/msg_27.txt [new file with mode: 0644]
Lib/email/test/data/msg_28.txt [new file with mode: 0644]
Lib/email/test/data/msg_29.txt [new file with mode: 0644]
Lib/email/test/data/msg_30.txt [new file with mode: 0644]