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 pupeno
Recipients pupeno
Date 2008-07-16.15:13:18
SpamBayes Score 6.1875995e-05
Marked as misclassified No
Message-id <1216221202.34.0.503221708594.issue3379@psf.upfronthosting.co.za>
In-reply-to
Content
Added an option, called exit, that when set to false, will make the
tests not exit at the end. This is useful when you are doing Lisp-like
development having a REPL (interpreter/prompt) opened in Emacs and
running the tests over and over on it.
Currently, the tests will exit the interpreter, causing the in-Emacs
interpreter to close as well.
It is by default set to false, so the default behavior is still the
same. When set to true the default behavior shouldn't change much
because at the end of the tests you are going to exit anyway. The only
difference is that no exit code will be provided. There's actually
something else, because the Python test suite hangs in a test case when
this is set to true, but this should be of no concern, as default is false.
History
Date User Action Args
2008-07-16 15:13:22pupenosetspambayes_score: 6.1876e-05 -> 6.1875995e-05
recipients: + pupeno
2008-07-16 15:13:22pupenosetspambayes_score: 6.1876e-05 -> 6.1876e-05
messageid: <1216221202.34.0.503221708594.issue3379@psf.upfronthosting.co.za>
2008-07-16 15:13:21pupenolinkissue3379 messages
2008-07-16 15:13:20pupenocreate