From: Hal Fulton Date: 2005-05-04T06:39:45+09:00 Subject: Re: Typo-checking instead of static typing Eric Hodel wrote: > > On 03 May 2005, at 14:22, Hal Fulton wrote: >> >> Let me put in a plug for code coverage tools in general. >> Combined with good unit tests, these are truly invaluable. >> >> There's a good one out there, but I forget what it's called -- >> I don't use it much, I've only played with it. > > > ZenTest? > > PS: ZenTest comes, free of charge, with unit_diff, which is the > spiffiest test running helper tool ever. It runs your actual/expected > outputs through diff helping you spot the differences in massive > structures. Or even small ones of one or two lines. > I don't know ZenTest. I was thinking of rcov or whatever it is called. Was it Simon S who took that over?? Hal