[ruby-talk:444715] [ANN] minitest-sprint 1.5.0 Released
minitest-sprint version 1.5.0 has been released! * home: <https://github.com/seattlerb/minitest-sprint> * rdoc: <http://docs.seattlerb.org/minitest-sprint> Runs (Get it? It's fast!) your tests and makes it easier to rerun individual failures. Changes: ### 1.5.0 / 2025-12-11 * 10 minor enhancements: * --rerun now takes a style (lines, names) and defaults to lines. * Add --simplecov (and MT_COV=1) option to load before minitest. * Added all the filtering options to minitest/complete. * Folded BinstubReporter into SprintReporter and added line number reporting. * Folded rake_reporter.rb and sprint_reporter.rb into sprint.rb * Normalized namespacing inside of Minitest::Sprint * Renamed --binstub to --rerun and added -r shortcut. * Switched minitest/complete to prism. Should be much more solid. * Vendored latest version of path_expander. * Updated Minitest::VendoredPathExpander to 2.0.0 and cleaned up overrides. * 4 bug fixes: * -I flag now prepends onto load path. * Fixed minitest cmdline to use require_relative to test against current version. * Made RakeReporter play better with superclass. * Prepend test and lib onto load path before loading minitest.
participants (1)
-
Ryan Davis