Skip Menu |

This queue is for tickets about the Test-Continuous CPAN distribution.

Report information
The Basics
Id: 84153
Status: open
Priority: 0/
Queue: Test-Continuous

People
Owner: Nobody in particular
Requestors: preaction [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Wishlist
Broken in: (no value)
Fixed in: (no value)



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?
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.