Re: --session option to prove

2004-12-14 Thread Andy Lester
On Tue, Dec 14, 2004 at 03:56:04PM +0200, Yuval Kogman ([EMAIL PROTECTED]) wrote: I've started prelimenary work on Test::Harness::Daemon, which is supposed to let you make various clients to testing. Some will report, others will schedule, some will do both. Unless it's a sub-part of

Re: --session option to prove

2004-12-13 Thread Andy Lester
On Sun, Dec 12, 2004 at 12:24:26AM -0600, Jason Gessner ([EMAIL PROTECTED]) wrote: This is not designed as a replacement for a cron'd prove. The way i see it being used is in a terminal window adjacent to an editing session while trying to nail down a problem. So it's sort of adding make

Re: --session option to prove

2004-12-13 Thread Jason Gessner
Andy Lester wrote: On Sun, Dec 12, 2004 at 12:24:26AM -0600, Jason Gessner ([EMAIL PROTECTED]) wrote: This is not designed as a replacement for a cron'd prove. The way i see it being used is in a terminal window adjacent to an editing session while trying to nail down a problem. So it's sort

Re: --session option to prove

2004-12-13 Thread David Cantrell
Jason Gessner wrote: Andy Lester wrote: So it's sort of adding make functionality with prove. The way the check is running in the patch, the only criteria for updating it is changes in the .t file, but what if what you're updating is the source file? Detecting a change in the mod time for a .t

Re: --session option to prove

2004-12-13 Thread Yuval Kogman
Howdy... Sorry for ad hoc reply, i wasn't subscribed to the list before this. I've started prelimenary work on Test::Harness::Daemon, which is supposed to let you make various clients to testing. Some will report, others will schedule, some will do both. My plan was to write a client that

Re: --session option to prove

2004-12-13 Thread Jason Gessner
David Cantrell wrote: Jason Gessner wrote: Andy Lester wrote: So it's sort of adding make functionality with prove. The way the check is running in the patch, the only criteria for updating it is changes in the .t file, but what if what you're updating is the source file? Detecting a change in

Re: --session option to prove

2004-12-13 Thread Stevan Little
On Dec 13, 2004, at 11:10 AM, Jason Gessner wrote: David Cantrell wrote: Jason Gessner wrote: Andy Lester wrote: So it's sort of adding make functionality with prove. The way the check is running in the patch, the only criteria for updating it is changes in the .t file, but what if what you're

--session option to prove

2004-12-11 Thread Jason Gessner
Hi All. I was impressed recently with py.test, a new-ish testing tool in the python world and wanted to snag one of their features for prove. This patch adds a --session flag to prove that will make prove continually run and re-run any modified tests. Ideally, it would also re-run failed