I wanted a way to just run tests, any number of them, just like prove. But when I save files.
It's annoying to have to manually do anything other than save a file to trigger a run.
Now I have it! It's just prove arguments, so anything works:
perl ci.pl --lib lib t/mytest.t
Right now the events queue up and stack up. I'd like it to behave in a better queue fashion, where if the method is working it won't re-queue blindly.
Feel free to fork and improve it!
Point me to a better solution that is already out there! A quick search didn't reveal anything though.
@sartak mentioned on Twitter to look at https://metacpan.org/module/Test::Continuous, which has an
autoprove
which works well except that it is eating input plus there is no way to disable Growl notifications.