Nick Coghlan <ncogh...@gmail.com> added the comment:

test_cmd_line and test_cmd_line_script are both about testing the behaviour of 
the interpreter when run from the command line. Since this test *is* a 
behavioural test for the interpreter when invoked as an application, it should 
be in one of them.

The former is for testing the behaviour that doesn't involve invoking a script 
that does something, whereas the latter is for testing the way the interpreter 
handles various methods of script invocation, *including* what it prints to 
stderr and stdout in various scenarios.

Therefore, test_cmd_line_script *is* the right place for it. The fact that it 
happens to be testing the way an exception is displayed doesn't change the fact 
that it's a test of the way the interpreter handles a particular situation that 
may arise when running a script.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue14136>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to