Ben Finney <[EMAIL PROTECTED]> writes:
> Or even better:
> 
>     def test_raises_good_exception():
>         try:
>             thingy()

Well if we're grading on style, maybe you really want to name the
function 'test_thingy' instead of 'test_raises_good_exception'.
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to