mutant v0.10.18 Release Notes

Release Date: 2020-12-13 // over 3 years ago
    • #1151

      • Add support for unicode ruby method names.
      • Fixes long standing bug on expression parsing of method operators. This means that mutant is now selecting a more narrow / correct set of tests for operators. As a side effect measure coverage may drop. But for a good reason as mutant before would select way more tests even if a specific test for such an operator was available. Enforcing that this specific test actually covers the subject.
    • #1152

      • Fix matching non existing constants.
    • #1153

      • Improve minitest integration to also render minitest failures in reports. This is useful when reacting to noop errors.
    • #1154

      • Add subcommand environment subject list. It allows to list all matched subjects.