
7 Apr
2025
7 Apr
'25
11:45 p.m.
minitest-speed version 1.1.0 has been released! * home: <https://github.com/seattlerb/minitest-speed> * rdoc: <http://docs.seattlerb.org/minitest-speed> minitest-speed adds test hooks to verify the time it takes to run the setup, body, and teardown phases of each test. If the time of any phase goes over the maximum time, it fails the test. Use class variables to set the maximum thresholds and crank it down over time. Changes: ### 1.1.0 / 2025-04-07 * 3 minor enhancements: * Added a message to the assertions to clarify which one fired. (HeyNonster) * Added permit_slow_* methods to allow for disabling the speed checks. (HeyNonster) * Allow for custom clock_time to be set. (HeyNonster)