Comment #5 on issue 1350 by asmeu...@gmail.com: Is WildFunction broken?
http://code.google.com/p/sympy/issues/detail?id=1350

All SymPy tests are included with the source code of sympy (see the tests subdirectories). They can often serve as nice examples of what the code can do, but their purpose is to make sure the code works, not to instruct users. So sometimes they can be less readable than might be desired, for example, because some kind of equality testing is factored out into a little helper function.

We always aim to document our API completely in docstrings, and to give sufficient doctests to show how things work. Unlike regular tests, doctests are designed to be read and understood by people, and are only tested to make sure that they are correct.

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


Reply via email to