On 7/12/07, David Chelimsky <[EMAIL PROTECTED]> wrote:
On 7/12/07, Robert Feldt <[EMAIL PROTECTED]> wrote: > Hi, > > I'm trying out RSpec with the heckle option (for mutation testing). > > > Problem is that heckle goes into an infinite loop when running it on an > example. I want to send a "--verbose" to heckle but can't find a way to do > that through the spec binary. Since this is not an uncommon situation when > using heckle I would like this to be supported in some way by RSpec. > Thoughts?
That sounds very reasonable. I like it. Regards, Robert Hi Robert,
I can see this working a couple of ways. We've got a -b switch which results in a complete backtrace showing up. That seems more or less synonymous with the notion of --verbose, which we don't have explicitly. So, what if we added a --verbose switch that affected any other options, like Heckle, or RCov? I think that would be simpler than trying to come up with targeted --verbose switches. WDYT? > > Best regards, > > /Robert Feldt > > > _______________________________________________ > rspec-users mailing list > rspec-users@rubyforge.org > http://rubyforge.org/mailman/listinfo/rspec-users > _______________________________________________ rspec-users mailing list rspec-users@rubyforge.org http://rubyforge.org/mailman/listinfo/rspec-users
-- Best regards, /Robert Feldt -- PhD, Assistant Professor in Software Engineering Blekinge Institute of Technology School of Engineering (APS) SE-372 25 Ronneby Sweden Phone: +46 (0) 457 385 887 Mobile: +46 (0) 733 580 580 Web pages: Research group: http://www.bth.se/tek/serl/ Research project: http://www.bth.se/besq/
_______________________________________________ rspec-users mailing list rspec-users@rubyforge.org http://rubyforge.org/mailman/listinfo/rspec-users