First, you should make sure you have read through https://github.com/sympy/sympy/wiki/gci-2011-landing. That will tell you how to get the code, etc.
The Sage tests are in sympy/external/tests/test_sage.py. The task is to make it so that when Sage is installed, the tests (which are in sympy/utilities/runtests.py), will run sage -python bin/test sympy/external/tests/test_sage.py. Does that answer your question? Aaron Meurer On Wed, Dec 21, 2011 at 12:17 PM, Oana Andreea Nicoleta Stratulat <[email protected]> wrote: > I have claimed > http://www.google-melange.com/gci/task/view/google/gci2011/7240255 > . Can someone show me where to find the tests i need to import ? I`m > totally new to SymPy. > > Best regards, Oana Stratulat > > -- > 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. > -- 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.
