This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author barry
Recipients barry, benjamin.peterson, georg.brandl, pupeno
Date 2008-07-18.21:45:49
SpamBayes Score 0.008374922
Marked as misclassified No
Message-id <1216417550.88.0.921759165074.issue3379@psf.upfronthosting.co.za>
In-reply-to
Content
I'm not sure it's a good idea.  When exit=False, don't you lose the
results?  It would be better to return the results, but then that makes
for an ugly API (changing the return value based on an argument is a
general no-no in Python).

It would seem better to add a new method that returned the results
instead of exiting.  You'd probably want to refactor runTests().
History
Date User Action Args
2008-07-18 21:45:51barrysetspambayes_score: 0.00837492 -> 0.008374922
recipients: + barry, georg.brandl, pupeno, benjamin.peterson
2008-07-18 21:45:50barrysetspambayes_score: 0.00837492 -> 0.00837492
messageid: <1216417550.88.0.921759165074.issue3379@psf.upfronthosting.co.za>
2008-07-18 21:45:50barrylinkissue3379 messages
2008-07-18 21:45:49barrycreate