All the tests for SymPy are in the tests subdirectoires. In this case,
look in sympy/series/tests.  You can run the tests with bin/test, or
from inside Python with sympy.test(), and you can run them on just the
series module with "bin/test series" or sympy.test('series').

Aaron Meurer

On Tue, Apr 23, 2013 at 10:04 PM, ankur padia <padiaan...@gmail.com> wrote:
> Hello everyone,
>
>     Where it would be possible to get the test cases for series module
> (especially limits) so that correctness of modified code (function, classes)
> could be tracked ?
>
> Ankur Padia.
>
> --
> You received this message because you are subscribed to the Google Groups
> "sympy" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to sympy+unsubscr...@googlegroups.com.
> To post to this group, send email to sympy@googlegroups.com.
> Visit this group at http://groups.google.com/group/sympy?hl=en-US.
> For more options, visit https://groups.google.com/groups/opt_out.
>
>

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


Reply via email to