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.
This commit is contained in:
Barry Warsaw 2002-07-19 22:31:10 +00:00
parent 629038093c
commit 190390b026
6 changed files with 2294 additions and 2045 deletions

2078
Lib/email/test/test_email.py Normal file

File diff suppressed because it is too large Load diff