On Mon, Mar 1, 2010 at 1:19 PM, Julian Edwards <[email protected]> wrote:
...
> Also avoid using -t which causes a search of all the tests to see what to
> match on.  If I can, I often do:
>
> bin/test -cvv <filename>  (without the .py)
>
> which starts up really quickly and just runs the tests in that file.
>
> You can't avoid using -t to run doc and page tests though AFAIK (?)
>

Correct. The default (non "-t") search only looks for Python modules.
It would work if we had one Python hook module per doctest file, but
let's not do that.

jml

_______________________________________________
Mailing list: https://launchpad.net/~launchpad-dev
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~launchpad-dev
More help   : https://help.launchpad.net/ListHelp

Reply via email to