Markus Schirp
b7fdf846bc
Remove redundant @api private YARD docs
2015-11-15 23:13:43 +00:00
Markus Schirp
034523c6b1
Fix the use of instance doubles globally
...
[fix #361 ]
2015-11-15 20:16:42 +00:00
Markus Schirp
4bd15abeb6
Fix positioning of @api YARD tag
2015-07-02 03:35:54 +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
105730f5ba
Add parallel runner / reporter
2014-07-17 15:05:57 +00:00
Markus Schirp
7e34d236a6
Fix interface of baseclass and null object
2014-06-30 13:21:19 +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
c5f7fd7209
Split reporting into progress and report
2014-05-12 13:48:15 +00: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
1f25ab3ded
Cosmetic end comments
2013-06-14 21:12:10 +02:00
Markus Schirp
f2a6243ac0
Connect reporters with runners
...
This fixes all unit and integration specs!
2013-04-21 02:20:18 +02:00
Markus Schirp
90fade2ca5
Drastically simplify reporter public interface
...
The new one is simply: Mutant::Reporter#report(object)
Where object is one of:
Mutant::Subject
Mutant::Mutation
Mutant::Config
Mutant::Runner::Config (final and stats report)
2013-04-20 20:47:07 +02:00
Markus Schirp
5b3d506523
Reconnect API changes for successful spec run
...
Sorry this looks like spiking around and yeah it was some kind of.
2013-01-22 00:00:30 +01:00
Markus Schirp
7dfb785ed3
Test for success and not for fail
2013-01-21 23:53:25 +01:00
Markus Schirp
d41d7eddb0
Refactor reporter infrastructure
2013-01-15 23:46:05 +01:00
Markus Schirp
40d5230c68
Introduce noop mutation guards and argument mutators
...
* Sorry for not splitting up into smaller commit
2012-12-11 00:17:19 +01:00
Markus Schirp
e0df644a7a
Move reporter stats into own file and cleanup 18 spec
2012-12-07 15:59:37 +01:00
Markus Schirp
98d5b6562c
Use abstract_type gem from rubygems
2012-11-26 11:30:00 +01:00
Markus Schirp
dc083547f5
Connect cli with runner.
...
Only supports the testing of testapp... but time will come!
2012-11-21 22:28:08 +01:00
Markus Schirp
637ea8a849
Use Adamantium::Flat from mbj/adamantium at configurable-freezers branch
2012-11-03 02:12:33 +01:00
Markus Schirp
7ecf828768
User adamantium (former immutable)
2012-10-15 14:36:19 +02:00
Markus Schirp
3de69d832d
Add cli stuff
...
* Currently broken (sorry) but do have to push to fix some nasty
transitive dependency stuff (do not ask).
* Fix fix it tomorrow (hopefully I find the time)
2012-09-11 01:01:06 +02:00
Markus Schirp
42e6fe84e5
Add runner with reporter
...
* Use MethodObject mixin
* Rename Context::Constant to Context::Scope
* Use Mutation class instead of passing around raw nodes
2012-08-16 04:10:54 +02:00