mutant icon indicating copy to clipboard operation
mutant copied to clipboard

Add `runtime_warning` coverage condition

Open mbj opened this issue 5 years ago • 1 comments

Or fix rspec / minitest to error on warnings.

mbj avatar Nov 21 '20 04:11 mbj

With this option enabled any warnings will cause no-op tests to fail (so that all mutations aren't killed because the code already had a warning) and accepts warnings introduced by a mutation as a kill. This is helpful for cases where mutant discovers a deprecated API, etc.

dgollahon avatar Dec 24 '20 03:12 dgollahon