[Python-Dev] Testing the 2.2.2 email pkg

Tim Peters tim.one@comcast.net
Sun, 06 Oct 2002 00:37:12 -0400


Under current 2.2 CVS, running

python ../lib/test/regrtest.py test_email.py

from my test directory works fine.  But running test_email.py directly is a
disaster:

python ../lib/test/test_email.py

There's too much failure output to include here reasonably.  Bottom line is:

"""
........................FFFFFFFFFFFFFFFFFFFF...................E..FF.F.
.....F..F......E......E.....E....F......................F.F............
.F.F.F............F..F

...

Ran 164 tests in 0.930s

FAILED (failures=33, errors=4)
"""

I can't yet try it in an installation, as it appears the Windows installer
needs first to be taught about the new test directories under the email
package (so, under an installation, test_email doesn't work at all now, no
matter how it's run).