Comment #69 on issue 1694 by asmeurer: solve has many issues with fractions
http://code.google.com/p/sympy/issues/detail?id=1694

My English is not so fluent, so I suppose that "uncovered" means "not covered by any test" ?
Yes.  He refers to the bin/coverage_report.py test.

"    if flags.get('warning', False):
          print("Warning: solution %s could not be verified." %sol)
"
Do you know I may test such a thing ? Using docstring ?

To me, this is the sort of thing that isn't testable. If you find an equation whose solutions can't be checksol'ed, you should try to fix it, not test it that it doesn't work.

Either way, I don't know how to test warnings. Can they be caught by except? If so, you could use raises() (if you do figure out a reasonable test case for this anyway).

--
You received this message because you are subscribed to the Google Groups 
"sympy-issues" 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-issues?hl=en.

Reply via email to