Re: [PATCH 3/3] Add code quality tests concerning exceptions

2009-05-08 Thread Ondrej Certik
This is now in sympy. Thanks for the patch! On Sat, Apr 18, 2009 at 3:44 AM, Tomasz Buchert thin...@gmail.com wrote:  1) Forbid string exceptions globally (issue 715 related)  2) Forbid generic exceptions (i.e. 'raise Exception(...)') ---  sympy/utilities/tests/test_code_quality.py |    8

[PATCH 3/3] Add code quality tests concerning exceptions

2009-04-18 Thread Tomasz Buchert
1) Forbid string exceptions globally (issue 715 related) 2) Forbid generic exceptions (i.e. 'raise Exception(...)') --- sympy/utilities/tests/test_code_quality.py |8 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/sympy/utilities/tests/test_code_quality.py