New Releases Lead to Better Ruby Testing
February 28th, 2007 by Pat Eyler
The last week or so has seen new releases of two of my favorite additions to testing (or speccing if you're of the BDD persuasion) in the Ruby world. zenspider and Kevin Clark have released a new version of Heckle on the 20th, and Mauricio Fernandez released a new version of rcov this morning (the 21st).
heckle is a tool that 'tests your tests', walking the AST that Ruby executes for the code under test and transforming (or mutating) it to ensure that your tests still fail if an if is changed to an unless, or if inputs to methods being tested are changed. It provides an informal measure of branch coverage for your test suite. This release features better readability (through unified diff output of failing mutated tests and simple reporting at the end of heckle runs. Kevin tells me they're working on HTML report generation as well, which I think will be a great addition.
rcov is a more traditional tool, it measures line coverage of your test suite. This release includes: an annotation mode (--annotate), which reprints the original source with coverage annotations; enhanced emacs support (including jumping to uncovered code); and a number of bugfixes including a segfault when running under rspec.
It's been a good week for Ruby testers. Hopefully March will continue the trend.
__________________________--
-pate
http://on-ruby.blogspot.com
Special Magazine Offer -- Free Gift with Subscription
Receive a free digital copy of Linux Journal's System Administration Special Edition as well as instant online access to current and past issues. CLICK HERE for offer
Linux Journal: delivering readers the advice and inspiration they need to get the most out of their Linux systems since 1994.
Subscribe now!
The Latest
Newsletter
Tech Tip Videos
- Jul-01-09
- Jun-29-09
Recently Popular
From the Magazine
July 2009, #183
News Flash: Linux Kernel 3.0 to include an on-the-go Expresso machine interface! Ok, maybe not, but Linux is definitely going mobile, from phones to e-readers. Find out more inside about Android, the Kindle 2, the Western Digital MyBook II, The Bug, and Indamixx (a portable recording studio). And if you've gone mobile and you been wanting more Emacs in your life then check out Conkeror.
To compliment the mobile we've got the stationary: parsing command line options with getopt, checking your Ruby code with metric_fu, and building a secure Squid proxy. How is this stationary you ask? What can we say? It's not. We just wanted to see if anybody actually read this part of the page :) .
All this and more, and all you have to do is get your hot sweaty hands on the latest copy of Linux Journal.
Delicious
Digg
StumbleUpon
Reddit
Facebook








This release features better
On October 1st, 2007 Asian (not verified) says:
This release features better readability : through unified diff output of failing mutated tests and simple reporting at the end of heckle runs.
sidelines
On September 26th, 2007 Amor (not verified) says:
like some of your readers, the wait for an up and running ruby is what matters...we're watching you ruby!!!
Youtubers
On October 13th, 2007 fel3232 (not verified) says:
ruuby, keep it going, I am rulling 4 u
Good article.
On September 18th, 2007 new thumbs daily (not verified) says:
Good article.
Excellent Release
On September 2nd, 2007 Cheats Planet (not verified) says:
This release is rather helpful and the HTML report generation will certainly go a long way...
Great release
On October 15th, 2007 NewSitesBlog (not verified) says:
The HTML report new generation will most deffinately go down as a great one. Thanks
Yes, automated regression
On June 26th, 2007 Anonymous (not verified) says:
Yes, automated regression testing of this nature can be extremely helpful!
Post new comment