cpython/Lib/email/test
Barry Warsaw f29ffbdbf5 TestMIMEAudio.setUp(): Use the email package's copy of the audio test
file, needed because some binary distros (read RPMs) don't include the
test module in their standard Python package.  This eliminates an
external dependency and closes SF bug # 650441.
2002-12-30 17:45:02 +00:00
..
data A copy of the audio test file from Lib/test, needed because some 2002-12-30 17:44:27 +00:00
__init__.py The email package's tests live much better in a subpackage 2002-07-19 22:31:10 +00:00
test_email.py TestMIMEAudio.setUp(): Use the email package's copy of the audio test 2002-12-30 17:45:02 +00:00
test_email_codecs.py Get rid of relative imports in all unittests. Now anything that 2002-07-23 19:04:11 +00:00
test_email_torture.py openfile(): Go back to opening the files in text mode. This undoes 2002-10-07 17:27:55 +00:00