Ethan Furman <et...@stoneleaf.us> added the comment:

Changed TestTraceback.test_traceback_verbiage to use test.support and 
test.script_helper (much simpler now, thanks Antoine!).

It is still in test_raise, however.  

I do not understand why we would put it in test_cmd_line_script -- it seems to 
me that test_cmd_line_script is to verify that python is working correctly when 
executing scripts, but for this test we are assuming that python does work 
correctly when executing scripts and we testing the verbiage from raising 
exceptions.

----------
keywords: +patch
nosy: +stoneleaf
Added file: http://bugs.python.org/file24668/raise_from_none_test_cleanup.diff

_______________________________________
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