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.
