On Mon, Jul 18, 2011 at 10:26 PM, Matthew Rocklin <[email protected]> wrote: > bin/test test_GA should do it > I think bin/test just does a search through the titles of all the test files > for anything that contains the string
Yes, that's correct. The same syntax works also if you are using Tox (so "tox test_GA"). > > On Mon, Jul 18, 2011 at 3:24 PM, Alan Bromborsky <[email protected]> > wrote: >> >> It has been a long time since I did this and I need my memory refreshed. >> I have a set of tests for the GA module in test_GA.py. How do I only run >> the tests in that file? I do not remember the command. >> >> -- >> 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. > -- Vladimir Perić -- 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.
