I think you misunderstood what the task to do is. You need to make it so that running "./bin/test", when it gets to test_sage.py, instead of skipping it, which is what it does now, runs the tests with sage, if it is installed.
Aaron Meurer On Thu, Dec 22, 2011 at 6:21 AM, Oana Stratulat <[email protected]> wrote: > I have run the tests and the output is http://pastebin.com/nyd2YtiS . I have > marked the task as completed, hope it is ok. > Best regards, > Oana Stratulat > > On Dec 22, 2011, at 7:32 AM, Aaron Meurer wrote: > > You need to get the development version of SymPy using git. See the > landing page I linked to for instructions. > > ./bin/test means that that command is run after you have cd'd into the > sympy git directory. > > Aaron Meurer > > On Wed, Dec 21, 2011 at 1:44 PM, Oana Andreea Nicoleta Stratulat > <[email protected]> wrote: > > I have sage installed and sympy also but i do not see the /external/ > > tests folders. I got sympy from apt-get install python-sympy. > > > On Dec 21, 9:25 pm, Aaron Meurer <[email protected]> wrote: > > First, you should make sure you have read > throughhttps://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 > claimedhttp://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 > athttp://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. > > > > -- > 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. -- 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.
