R. David Murray <rdmur...@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 <rep...@bugs.python.org>
<http://bugs.python.org/issue11589>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to