Commit graph

11 commits

Author SHA1 Message Date
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
2cb0f0bf72 Fix rspec integration to return meaningful parent groups 2014-05-27 15:52:37 +00:00
Markus Schirp
5f6ff99ece Consolidate ruby style 2014-05-27 15:16:37 +00:00
Markus Schirp
11820be9db Fix granularity of test selection under rspec 2014-05-27 13:23:19 +00:00
Markus Schirp
93c6da7b97 Add output capture for rspec3 integration 2014-05-23 02:53:24 +00:00
Markus Schirp
a7b7b54ac7 Cleanup rspec2 integration to allow output capture 2014-05-23 02:35:46 +00:00
Markus Schirp
9a8d30128f Organize requires and rspec integration files 2014-05-11 15:06:20 +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
Andrey Savchenko
e4f11543c8 Fix non-working integration test, fix broken strategy 2014-03-04 22:10:23 +02:00
Markus Schirp
ad82b0fc4f Remove CLI::Builder registry 2014-01-18 00:15:42 +01:00
Markus Schirp
3ebf5b7992 Prepare to split mutant-rspec from gem.
* Moves all rspec integration into Mutant::Rspec namespace.
* Removes the unused --rspec-level option
* Mutant::Rspec::Strategy is smelly, has no state. Will make sense with
  future commits.
2014-01-17 22:59:22 +01:00
Renamed from lib/mutant/strategy/rspec.rb (Browse further)