Update minitest 5.25.2 → 5.26.1 (minor) #44
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Here is everything you need to know about this update. Please take a good look at what changed and the test results before merging this pull request.
What changed?
✳️ minitest (5.25.2 → 5.26.1) · Repo · Changelog
Release Notes
5.26.1 (from changelog)
5.26.0 (from changelog)
5.25.5 (from changelog)
5.25.4 (from changelog)
5.25.3 (from changelog)
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 32 commits:
prepped for release- Bumped ruby version to include 4.0 (trunk). (hsbt)Ryan! STAHP! Stop trying to "optimize" this.- Add links to API doco in README.Comment end of larger classes w/ name to help navigation.Fix formatting of design_rationale.rb, update specstweak assertion count to be consistent- Add missing require thread.prepped for release- Use Regexp.escape for BASE_RE in case pwd has special chars. (astra_1993)- Bypass parallel_executor entirely when n_threads=1.- Switched assert_equal's diff from Tempfile.open to Tempfile.create.clarify an assert_equal + newline + backslash n test output to be more readableImprove let tests to no longer be order dependent.- Ensure that minitest exits non-zero on Interrupt. (tavianator)- Removed some 1.8/1.9-based code from the assertions and expectations.- Still fighting with rdoc? Yup. Still fighting with rdoc...- Don't require rubygems in Rakefile... it is 2025.- Fix Minitest.run sequence rdoc to include loop vars and read consistently.+ Added extra documentation to Minitest::TestTask options.prepped for release- Bumped minimum ruby to 2.7.Added notice to readme about development versions- Update the ruby and rails compatibility tables. (bquorning)- Reorder Minitest::Test.ancestors to allow reaching Minitest::Assertions#skipped? (Edouard-chin)Added ruby 3.4 to CI- Fixed expectation docs for must/wont_pattern_match. (jaredcwhite)prepped for release- Fix for must_verify definition if only requiring minitest/mock (but why?).prepped for release- Fixed formatting of unmet mock expectation messages.- minitest/pride: Fixed to use true colors with *-direct terminals (bk2204)Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with
@depfu rebase.All Depfu comment commands