[issue3379] Option to not-exit on test

Michael Foord report at bugs.python.org
Tue Apr 7 18:06:30 CEST 2009


Michael Foord <michael at voidspace.org.uk> added the comment:

Not returning the results is not a problem - if you needed access to the
results you would hardly be using this API in the first place.

The obvious use case if for running tests from an interactive
environment where you are using the visual output on stdout.

If you want to collect the results you do it programmatically.

I wouldn't be opposed to main() returning the results though, but think
we should apply the patch rather than debate further. To action!

----------
nosy: +michael.foord

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


More information about the Python-bugs-list mailing list