[issue11589] Additional tests for email module

R. David Murray report at bugs.python.org
Fri Mar 18 20:42:43 CET 2011


R. David Murray <rdmurray at bitdance.com> added the comment:

Until unittest learns to do parameterized tests, it's nice to have each test be separate so that you can easily see which test cases are failing.  (A number of the existing email tests have a lot of tests in each "unit" test, and this can make debugging more difficult, as I know well.)

I've been known to synthesize parameterized tests in my unit tests to save myself some typing, but Michael has already done the typing here...

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue11589>
_______________________________________


More information about the Python-bugs-list mailing list