Comments on: A productivity tip for test-driven development http://www.xaprb.com/blog/2009/05/03/a-productivity-tip-for-test-driven-development/ Stay curious! Fri, 10 May 2013 18:25:19 +0000 hourly 1 http://wordpress.org/?v=3.5.1 By: fREW Schmidt http://www.xaprb.com/blog/2009/05/03/a-productivity-tip-for-test-driven-development/#comment-16428 fREW Schmidt Fri, 08 May 2009 01:49:08 +0000 http://www.xaprb.com/blog/?p=1062#comment-16428 Awesome!!

]]>
By: Xaprb http://www.xaprb.com/blog/2009/05/03/a-productivity-tip-for-test-driven-development/#comment-16415 Xaprb Tue, 05 May 2009 19:39:11 +0000 http://www.xaprb.com/blog/?p=1062#comment-16415 Ah, very nice!

]]>
By: Fernando Vezzosi http://www.xaprb.com/blog/2009/05/03/a-productivity-tip-for-test-driven-development/#comment-16414 Fernando Vezzosi Tue, 05 May 2009 18:54:29 +0000 http://www.xaprb.com/blog/?p=1062#comment-16414 To automate even more, I sometimes use inotifywait:

while inotifywait -e modify File.pm ; do
time perl /path/to/test.t
done

This is not always the case, and needs to be restarted/adapted for the occasion.

e.g. sometimes I’m also modifying the test.t file at the same time and I want to be inotifywaiting for that as well.

Hopefully it saves time :)

]]>