m icon indicating copy to clipboard operation
m copied to clipboard

A Test::Unit runner that can run tests by line number.

Results 12 m issues
Sort by recently updated
recently updated
newest added

If I run my test using `m` I get this error when I have `parallelize(workers: :number_of_processors)` in my test. If I run my test with `bin/rails test` I have no...

I like rspec's feature that print commands to re-run failed tests. I tried to implement same for `m` (minitest). Do you think it will be nice to make it as...

help wanted