Commit graph

20 commits

Author SHA1 Message Date
Markus Schirp
933364b800 Use dkubb/equalizer and remove vendored version 2012-09-15 23:04:10 +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
9df6d1933a Add Mutant::Matcher::Chain 2012-08-29 19:32:35 +02:00
Markus Schirp
565058f566 Correctly implement and specify singleton method extraction 2012-08-29 13:32:44 +02:00
Markus Schirp
789dac96ac Handle explicit toplevel scope in method match classifier 2012-08-29 12:50:40 +02:00
Markus Schirp
f24b190a2a Add specs for Mutant::Matcher::Method::Instance.each(scope) 2012-08-28 20:07:55 +02:00
Markus Schirp
46c9213991 Add Mutant::Matcher.{parse,from_string}
These are used in CLI to create maters from strings
2012-08-28 19:54:28 +02:00
Markus Schirp
193f40b78a Remove spec for outdated code 2012-08-28 19:18:15 +02:00
Markus Schirp
d6165b3525 Remove sample subjects 2012-08-16 22:49:47 +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
Markus Schirp
d20655f4c2 Add a spike runner 2012-08-14 22:45:34 +02:00
Markus Schirp
23ee68ac1e Rename Runner to Killer
* Add working integration spec for rspec (mutant) killer.
2012-08-14 12:27:56 +02:00
Markus Schirp
c9219b1f1e Add source_path to context state 2012-08-14 12:26:56 +02:00
Markus Schirp
5e7600e573 Refactor spec on method filter parsing 2012-08-09 19:38:36 +02:00
Markus Schirp
8810c6e009 Rename Mutantee to Subject 2012-08-01 18:34:03 +02:00
Markus Schirp
d50ecc483d Cleanup missing whitespace after comma
* There must be a code metric tool helping me in converting my style.
2012-07-31 04:10:37 +02:00
Markus Schirp
10c3dfc390 Finalize method matching
* Add tests for all edge cases I could create
* Add infrastructure for loading mutations into the vm.
* The fun part is next!
2012-07-26 19:25:23 +02:00
Markus Schirp
dc893bfd7d Progress on method matching
* Adjust metrics
* Add initial integration spec on method matching
* Yard and Heckle coverage is at 100% (heckle cov is disputable)
* Rcov does not really make sense as MRI 1.8 cannot reach all code
  paths.
2012-07-24 01:41:08 +02:00
Markus Schirp
d74481b8fb Cleanup whitespace after comma 2012-07-23 23:03:55 +02:00
Markus Schirp
df6ccafeab Add method matcher infrastructure
Needs more specs for sure. Especially edge cases.
2012-07-23 22:54:35 +02:00