2009/7/27 Ondrej Certik <ond...@certik.cz>:
>
> +    else:
> +        paths = [p for p in glob.glob('sympy/*/tests/test_*.py')
> +                 if any(a in p for a in args)]
> +        t.add_paths(paths)
>
> ^^ Is this going to work for more nested tests, like
> sympy/core/assumptions/tests?
>
> If so, then +1.

Yeah, it should, because '*' also matches '/'.

Vinzent

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

Reply via email to