On Fri Mar 22 18:02:39 2013, preaction wrote:
Show quoted text> I have a project that has a lot of tests, and I'd like to only run the
> tests as I change code, not a big initial run.
>
> Could I add a "--watch_only" or some other flag to autoprove that
> would skip the initial _run_once() call? Would that be an acceptable
> solution to my problem?
I sent a pull request to the module maintainer to provide one solution to this:
https://github.com/gugod/Test-Continuous/pull/12
It is of course his module, so he'll need to make the call as to whether this is desirable functionality and whether my implementation is the right way to accomplish that functionality.