Commit graph

33 commits

Author SHA1 Message Date
Markus Schirp
722aa76640 Add more metrics to env progress reporter 2015-11-01 20:46:19 +00:00
Markus Schirp
22ac0c8d56 Update anima to ~0.3.0 2015-09-04 20:20:56 +00:00
Markus Schirp
9088a4b778 Change coverage on zero results to be 100%
[fix #381]
2015-07-21 20:38:23 +00:00
Markus Schirp
991e561d49 Refactor matcher config inspection
* Only print config attributes that are present
* This reduces noise for the user because he is not presented with
  meaningless information on configuration reports
* This reduces the noise for the mutant developers as specs will be much
  more stable on future matcher config additions. Most of the specs that
  print a matcher config will not have to be altered when a new
  attribute is added.
2015-07-10 19:08:12 +00:00
Markus Schirp
13ada5e6b9 Rename Matcher::Config#subject_ignores to #ignore_expressions 2015-07-07 21:25:48 +00:00
Markus Schirp
17c0c715b9 Remove unused subject_select matcher config 2015-07-07 21:25:35 +00:00
Markus Schirp
d03e7fbdc2 Change integrations to reference config object
* Future changes depend on this one
* Also fixes the smell of "stateless" integration objects we had in the
  past
2015-06-29 18:39:08 +00:00
Markus Schirp
ecefef6166 Cleanup report printers 2015-05-31 21:59:36 +00:00
Markus Schirp
add2269d10 Fix progressive report order for less noise 2015-05-02 23:23:39 +00:00
Markus Schirp
2092be0903 Fix reporter specs for command methods 2015-05-02 23:18:01 +00:00
Markus Schirp
b29a8c0088 Merge pull request #324 from mbj/feature/rational-expectation
Add rational coverage expectation
2015-05-02 23:06:13 +00:00
Markus Schirp
801500510e Move parallel into internal library 2014-12-12 20:54:25 +00:00
Markus Schirp
d49cee7d5c Fix progressive report slowdown 2014-12-08 18:38:48 +00:00
Markus Schirp
a5c5e5cce6 Remove redundant "Available Subjects" section from report 2014-12-07 21:12:29 +00:00
Markus Schirp
40c337ce5b Fine grained rspec integration
* Flattens the rspec example groups on filtering to remove redundant
  work being done on executing subtrees of already executed example
  groups
* Uses test batching to kill one mutation per isolation that results in
  a significant speedup.
* Drop rspec 2 support.

[closes #256]
2014-12-01 22:43:28 +00:00
Markus Schirp
e08d3b6b80 Use actor based parallelization 2014-11-30 23:11:01 +00:00
Markus Schirp
51aaf8aea6 Simplify collector and result internals 2014-10-08 00:10:58 +00:00
Markus Schirp
97103b88f4 Revert "Revert "Use threads for parallelization""
This reverts commit 2735221fb5.
2014-09-24 19:57:32 +00:00
Markus Schirp
c976dfb209 Allow diffs to be created from overlapping hunks
[fix #228][fix #225]
2014-08-11 17:40:46 +00:00
Markus Schirp
b9890801c1 Add specs for Reporter::CLI.build 2014-08-11 14:52:31 +00:00
Markus Schirp
fe4f62e109 Cleanup CLI reporter format specs 2014-08-11 14:29: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
ff887352b8 Update spec to match additional source info on not exactly one diff type mutation 2014-08-05 10:51:50 -07:00
Markus Schirp
bc8ccb6b54 Add number of processes to reporting 2014-07-17 15:10:50 +00:00
Markus Schirp
105730f5ba Add parallel runner / reporter 2014-07-17 15:05:57 +00:00
Markus Schirp
496dbe24d2 Include require and include setup in progress report 2014-07-16 10:31:07 +00:00
Markus Schirp
4a5c708ffb Report amount of total mutations in progress 2014-07-16 09:35:35 +00:00
Markus Schirp
7813f92412 Add better noop/neutral reporting 2014-07-07 15:04:34 +00:00
Markus Schirp
c4f76edd37 Add specs for CLI progress reporter 2014-07-06 21:51:22 +00:00
Markus Schirp
0bebec4871 Add specification for reporting diff errors 2014-07-05 23:08:15 +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