On Thu, Feb 2, 2012 at 10:22 AM, Joachim Durchholz <j...@durchholz.org> wrote:
> Am 02.02.2012 17:57, schrieb Alan Bromborsky:
>
>> How do I run the tests for just one module (in my case the tests for
>> geometric algebra)?
>
>
> bin/test name-of-module
>
> Any part of the filename will do, the tester will run any files with a
> matching name.

More specifically, it supports glob syntax, so you can use things like
*, ?, or [] (except it matches parts of the path, so you don't have to
worry about adding * to either end of a partial path name).  See
http://en.wikipedia.org/wiki/Glob_(programming).

Aaron Meurer

> At worst, you'll run more tests than you intended, but the full names of the
> tests are printed so you can be more precise on the next run.
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"sympy" group.
To post to this group, send email to sympy@googlegroups.com.
To unsubscribe from this group, send email to 
sympy+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sympy?hl=en.

Reply via email to