On Tue, Oct 27, 2009 at 9:47 PM, Ryan Lane rlane32@gmail.com wrote:
I think the hardest part is going to be keeping the tests up to date with the code.
That's pretty easy -- just have Code Review complain whenever anyone causes a test failure, and force them to fix the tests they broke or get reverted. This assumes that it's easy to look at the changed output and change the test so it's marked correct, though. That seems like it *should* be the case, at a glance, if the tests are well-written.