29 Jul
2010
29 Jul
'10
12:23 p.m.
On 29 July 2010 20:14, yuppie <y.2010@wcm-solutions.de> wrote:
Martin Aspeli wrote:
I never do either. I install zc.recipe.testrunner in a buildout and use bin/test, which picks up tests in modules automatically.
Sure. But do you always run all tests it picks up while working on a specific test file? Or do you use bin/test with options that allow to run specific files?
See the -s and -t options. :) Martin