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
@depfu rebase
Rebases against your default branch and redoes this update
@depfu recreate
Recreates this PR, overwriting any edits that you've made to it
@depfu merge
Merges this PR once your tests are passing and conflicts are resolved
@depfu close
Closes this PR and deletes the branch
@depfu reopen
Restores the branch and reopens this PR (if it's closed)
@depfu pause
Ignores all future updates for this dependency and closes this PR
@depfu pause [minor|major]
Ignores all future minor/major updates for this dependency and closes this PR
@depfu resume
Future versions of this dependency will create PRs again (leaves this PR as is)
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.15.0 → 5.16.1) · Repo · Changelog
Release Notes
5.16.1 (from changelog)
5.16.0 (from changelog)
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 29 commits:
prepped for release
- Clarified some doco wrt the block on #stub.
- Apparently adding real kwarg support to mocks/stubs broke some code. Fixed.
! Dropping ruby 2.2 - 2.5. 2.6 is DTM soon too.
prepped for release
Fixed a test that's broken if only 1 CPU (eg, my server... oops)
- Had to patch up mock and stub to deal with <=2.7 kwargs oddities
Finally flushed out the last edge cases (that I can find) for mocks wrt kwargs.
- Extended Mock#expect to record kwargs.
oops... this part of the exception is only on ruby 3.1+
- (Re)Fixed marshalling of exceptions, neutering them in 2 passes.
refactored method checks into a custom assertion. (tenderlove)
! Added Minitest::TestTask.
Renamed Minitest::SEED to Minitest.seed
+ Added --show-skips option to show skips at end of run but not require --verbose. (MSP-Greg)
- Fixed more problems with rdoc.
oops
+ Added Minitest::SEED, the random seed used by the run.
+ Removed minor optimization removing empty suites before run.
+ assert_match now returns the MatchData on success. (Nakilon)
Drop ruby 2.2-2.6 from CI now that rails 5.2 is EOL! YAY! Other simplifications as well.
Drop windows from the CI matrix and run windows-latest + ruby-latest. It's SO slow and not really worth the extra effort.
don't use bundler for either test task
setup-ruby prints the version
Bumped CI a fair amount
Added stubberry to readme. (alekseyl)
Fixed random test failure because of parallel execution. (mame)
Replaced http with https whenever such link exists. (apatniv)
Updated the test suite to handle ASCII-8BIT renaming. (casperisfine)
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