Ryan Davis
2021-04-19 22:10:27 UTC
minitest-allow version 1.1.0 has been released!
* home: <https://github.com/seattlerb/minitest-allow>
* rdoc: <http://docs.seattlerb.org/minitest-allow>
Allows you to provide an exclusion list of allowed failures/errors.
Failures and errors on this list still get run and reported as usual,
but do not cause a non-zero exit code. This enables you to have a
green CI with against a list of known bad tests.
Changes:
### 1.1.0 / 2021-04-19
* 2 minor enhancements:
* This works even when running subsets of tests (eg parallel in a CI)
* Tracks tests that are allowed yet pass and can thus be removed from allowed list.
Unsubscribe: <mailto:ruby-talk-***@ruby-lang.org?subject=unsubscribe>
<http://lists.ruby-lang.org/cgi-bin/mailman/options/ruby-talk>
* home: <https://github.com/seattlerb/minitest-allow>
* rdoc: <http://docs.seattlerb.org/minitest-allow>
Allows you to provide an exclusion list of allowed failures/errors.
Failures and errors on this list still get run and reported as usual,
but do not cause a non-zero exit code. This enables you to have a
green CI with against a list of known bad tests.
Changes:
### 1.1.0 / 2021-04-19
* 2 minor enhancements:
* This works even when running subsets of tests (eg parallel in a CI)
* Tracks tests that are allowed yet pass and can thus be removed from allowed list.
Unsubscribe: <mailto:ruby-talk-***@ruby-lang.org?subject=unsubscribe>
<http://lists.ruby-lang.org/cgi-bin/mailman/options/ruby-talk>