Commit graph

11 commits

Author SHA1 Message Date
Markus Schirp
97103b88f4 Revert "Revert "Use threads for parallelization""
This reverts commit 2735221fb5.
2014-09-24 19:57:32 +00:00
Markus Schirp
ac8fe85810 Add output format representation
Upcoming commits will add a progressive reporter that does NOT require a
rewindable output. Usefull for imperfect terminal emulations as on CI
etc.
2014-08-10 22:09:31 +00:00
Markus Schirp
6df5811a87 Use RSpec as receiver for rspec DSL methods
* I dislike the global infection RSpec does. This commit is a first step
  to get a rid of it.
* Also remove the need for `require 'spec_helper` in each spec file with
  adjusting `.rspec`.
2014-08-10 21:04:07 +00:00
Tim Chambers
fe72c94b94 Fix miscellaneous typos
Mostly in comments and documentation, but one method name was corrected to match documentation.
2014-08-07 09:00:31 -07:00
Tim Chambers
9a68d43117 Change test when using Rspec3 to properly match
Hoping this is not an "expect('a').to eql('a')" situation on my part
2014-08-06 08:40:50 -07:00
Markus Schirp
105730f5ba Add parallel runner / reporter 2014-07-17 15:05:57 +00:00
Markus Schirp
609fb3cccb Simplify rspec integration differencies between rspec2 and rspec3 2014-07-12 16:46:10 +00:00
Markus Schirp
c986cedd84 Add specificatin for Mutant::CLI.run under exceptions 2014-07-06 22:33:08 +00:00
Markus Schirp
290b92c6a7 Add specs for Mutant::CLI.run 2014-07-06 22:30:39 +00:00
Markus Schirp
eb5c203d74 Add specs for all CLI flags 2014-07-06 15:00:37 +00:00
Markus Schirp
41d9700473 Refactor runer infrastructure
* Nuke around 800 lock
* Honor LSP with not anymore squeezing something non LSP compatible in
  the same inheritance tree.
* Separate running from result tree.
* Clean up kill logic and early exits on already dead mutations.
* Fix #runnin? smell for reporters.
* Decouple config object from VM state. Makes it serializable to enable
  config loading.
* Fix sequence of global VM events to match PRIOR rspec infects VM with
  gazillions of classes / modules. Thix fixes a startup speed
  degeneration.
* Various fixes to enhance determinism.
* Replace some unneded manual double dispatch with single manual dispatch for
  reporter / runners.
2014-07-05 23:04:38 +00:00