On Wed, Mar 17, 2010 at 10:39 PM, Aaron Meurer <[email protected]> wrote:
> Well, I went through all the blocking issues.  Almost all of them were fixed, 
> but I could only close two of them because there don't seem to be tests for 
> any of the expressions that were giving problems before.  Do we need to test 
> old trim() problems, considering trim() doesn't exist anymore?
>
> I actually don't see any tests for things like making polynomials out of 
> sin(x), but maybe I am just missing them.

We should write a test for every issue that failed before. If trim()
was removed, that's fine, let's just write a test using our current
functionality. But it should be tested, so that we can close the issue
and be sure it will never appear again. No issue should be closed
without a test, because it will for sure break in the future, unless
we test it.

Ondrej

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

Reply via email to