[sympy] Test cases for Series module

2013-04-23 Thread ankur padia
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

Re: [sympy] Test cases for Series module

2013-04-23 Thread Aaron Meurer
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