Commit graph

18 commits

Author SHA1 Message Date
Markus Schirp
5fdaf9de15 Kill redundant YARD docs 2014-06-15 19:28:57 +00:00
Markus Schirp
a19f3b1691 Nuke UTF-8 encoding headers
* I do not use 1.9.3
* Also keeping them in each file increases mental overhead (true it *can* be autoamted)
* None of the files encodes NON ASCII chars.
* I do not expect it makes any difference, since nobody programmatically
  will consume strings generated by mutant under the assumption they are UTF-8 encoded.
* 1.9.3 Users have to deal with the encoding fuckup under ruby anyways.
2014-06-09 15:37:48 +00:00
Markus Schirp
0f101bc1de Add short circuts for evil mutations 2014-05-27 16:43:16 +00:00
Markus Schirp
ec85651901 Report test selection on progress report 2014-05-27 14:43:01 +00:00
Markus Schirp
94287548a9 Add output reporting for noop failures
Closes #125
2014-05-23 03:20:15 +00:00
Markus Schirp
c1b389c28f Use visit_collection in runner to restore --fail-fast behavior 2014-05-23 01:35:37 +00:00
Markus Schirp
53fa6f447b Fix reports and calculate tests once per subject 2014-05-23 01:03:09 +00:00
Markus Schirp
c5f7fd7209 Split reporting into progress and report 2014-05-12 13:48:15 +00:00
Markus Schirp
b917be72b6 Rename internal method for clarity 2014-05-11 14:25:11 +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
Markus Schirp
628a6c44e2 Fix warnins in subject and mutation runner 2013-09-02 20:35:01 +02:00
Dan Kubb
7293386c26 Add magic encoding header to all ruby files
* rubocop still warns about this on ruby 1.9.3, so it was fixed so
  it produces less output on travis.
2013-07-28 16:03:06 -07:00
Markus Schirp
8a6a51fd08 Add support for --fail-fast flag
* Some long planned runner design changes.
* It now also uses the emitter pattern
2013-07-15 01:17:15 +02:00
Markus Schirp
1f25ab3ded Cosmetic end comments 2013-06-14 21:12:10 +02:00
Markus Schirp
e41409cf87 Use concord ~> 0.1.1 2013-06-14 21:11:08 +02:00
Markus Schirp
528cfd7654 Use new reporter interface in runner 2013-04-20 20:50:36 +02:00
Markus Schirp
21fdb99801 Fix runner infastructure 2013-04-12 23:34:54 +02:00
Markus Schirp
2b01374d3a Add runner objects for config and mutation 2013-02-02 16:32:13 +01:00