I only mean that they should be turned into exceptions for the tests.  Of 
course, otherwise they should stay as warnings.

Aaron Meurer

On Apr 27, 2011, at 1:08 PM, Alexey U. Gudchenko wrote:

> 27.04.2011 22:22, Aaron S. Meurer пишет:
>> I already thought of much of this a while back.  See
>> http://code.google.com/p/sympy/issues/detail?id=2142.  We should
>> consider creating our own SymPyDeprecationWarning, since in Python
>> 2.5+ DeprecationWarnings are not shown by default, but I think we
>> ought to enable them at least in isympy.
>> 
>> Also, we should run the tests with warnings turned into exceptions.
>> 
>> Testing warnings in doctests is a bad idea, I think.  Just turn them
>> into exceptions and test them with raises().
>> 
>> Aaron Meurer
>> 
> 
> I something not understand why to turn warnings to exceptions is needed.
> Suppose that I use SymPy as library. I don't what handle and catch the
> insignificant exceptions to maintain my code to be always running.

-- 
You received this message because you are subscribed to the Google Groups 
"sympy" group.
To post to this group, send email to sympy@googlegroups.com.
To unsubscribe from this group, send email to 
sympy+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sympy?hl=en.

Reply via email to