[ANN] minitest-bisect 1.5.1 Released

Ryan Davis <[email protected]> Sun, 22 Sep 2019 17:19:25 -0700
Newsgroups gmane.comp.lang.ruby.general
Message-ID <[email protected]>
minitest-bisect version 1.5.1 has been released!

* home: <https://github.com/seattlerb/minitest-bisect>
* rdoc: <http://docs.seattlerb.org/minitest-bisect>

Hunting down random test failures can be very very difficult,
sometimes impossible, but minitest-bisect makes it easy.

minitest-bisect helps you isolate and debug random test failures.

If your tests only fail randomly, you can reproduce the error
consistently by using `--seed <num>`, but what then? How do you figure
out which combination of tests out of hundreds are responsible for the
failure? You know which test is failing, but what others are causing
it to fail or were helping it succeed in a different order? That's
what minitest-bisect does best.

Changes:

### 1.5.1 / 2019-09-22

* 1 bug fix:

  * Fixed a bug where having only options would prevent default "test" directory arg.

Unsubscribe: <mailto:[email protected]?subject=unsubscribe>
<http://lists.ruby-lang.org/cgi-bin/mailman/options/ruby-talk>