Commit graph

13 commits

Author SHA1 Message Date
Markus Schirp
8335cccafb Fix YARD summary line
* Reduce redunrant 'Return' prefix on summaries
* Improve summary line to reflect the semantics of operation better
2015-07-03 15:21:39 +00:00
Markus Schirp
4bd15abeb6 Fix positioning of @api YARD tag 2015-07-02 03:35:54 +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
d1c764a86f Rename strategy to integration 2014-06-28 23:04:18 +00:00
Markus Schirp
99ea641185 Remove the need for integration specific test subclasses 2014-06-28 22:51:46 +00:00
Markus Schirp
69fa45a752 Push down Test#run
Will soon invalidate the need for RSpec::Test at all.
2014-06-28 22:38:26 +00:00
Markus Schirp
ca967c8774 Move Test::Report to own file 2014-06-28 22:37:48 +00:00
Markus Schirp
d46f702d82 Fix YARD docs 2014-06-28 20:52:47 +00:00
Markus Schirp
0bfe69bdaa Perform test matching on Mutant::Expression instances 2014-06-28 20:47:46 +00:00
Markus Schirp
23b1d6c8bb Add reporting for used tests to kill mutations on a given subject 2014-05-23 01:47:31 +00:00
Markus Schirp
163853874e Bring back test isolation 2014-05-09 23:17:18 +00:00
Markus Schirp
a618d82fb1 Push down test selection and add framework for output capture
This clearly is a WIP. We know have the reporter granularity to capture
per mutation test outputs + per mutation test selections.

This adds all infrastructure to address:

* #185 we know which tests are run in reporter
* #180 fine grained information available for the reporter
* #178 minitest project integration only needs to return an enumerable
  with metadata
* #174 We can now "see" all test, allowing to generate a default
  matcher.
* #158 Ability to steer test selection centralized for all integrations
* #125 We have the required objects in graph
* #96 We have finer granularity in reporter graph

Because we know signal more complex state from killforks to parent I
need to bring back killfork partent signalling, but this time with
sending complex data around (Test::Report). Should be easy with
Marshal.{dump,load} but my OSS time budget is exhausted for now.
2014-04-28 19:17:29 +00:00