External Publication
Visit Post

[ruby-talk:444822] [ANN] minitest-autotest 1.2.2 Released

Ruby Mailing List Mirror [Unofficial] May 13, 2026
Source

minitest-autotest version 1.2.2 has been released!

autotest is a continous testing facility meant to be used during development. As soon as you save a file, autotest will run the corresponding dependent tests.

minitest-autotest is the latest incarnation of the venerable and wise autotest. This time, it talks to minitest via minitest-server. As a result, there is no output parsing. There are no regexps to tweak. There's no cruft or overhead.

Features/Problems:

  • Continually and intelligently test only those files you change with autotest.

Changes:

1.2.2 / 2026-05-13

  • 3 bug fixes:

  • Fix shebang and use require_relative for bin/autotest.

  • Fixed Autotest.run to process options before path_expander.

  • MT6: Fixed loading of minitest/server.

··· (click for more details)

Discussion in the ATmosphere

Loading comments...