Barry A. Warsaw <[EMAIL PROTECTED]> added the comment: 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(). _______________________________________ Python tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue3379> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com