licensed
licensed copied to clipboard
Bump minitest from 5.18.0 to 5.22.2
Bumps minitest from 5.18.0 to 5.22.2.
Changelog
Sourced from minitest's changelog.
=== 5.22.2 / 2024-02-07
1 bug fix:
- Third time's a charm? Remember: 'ensure' is almost always the wrong way to go (for results... it's great for cleaning up).
=== 5.22.1 / 2024-02-06
1 bug fix:
- Don't exit non-zero if no tests ran and no filter (aka, the test file is empty). (I'm starting to think the exit 1 thing for
@tenderlovewas a mistake...)=== 5.22.0 / 2024-02-05
1 minor enhancement:
- Added "did you mean" output if your --name filter matches nothing. (tenderlove)
2 bug fixes:
- Big cleanup of test filtering. Much prettier / more functional.
- Fix situation where Assertion#location can't find the location. (pftg)
=== 5.21.2 / 2024-01-17
1 bug fix:
- Fixed bug in Minitest::Compress#compress formatting w/ nested patterns. Now recurses properly.
=== 5.21.1 / 2024-01-11
1 bug fix:
- Rails' default backtrace filter can't currently work with caller_locations, so reverting back to caller.
=== 5.21.0 / 2024-01-11
10 minor enhancements:
- Add include_all kw arg to assert_respond_to and refute_respond_to.
- Added --quiet flag to skip ProgressReporter (prints the dots). Minor speedup.
- Added Minitest::Compress#compress and added it to UnexpectedError.
- Added ability to initialize BacktraceFilter w/ custom regexp.
- Filter failure backtraces using backtrace_filter before calculating location. (thomasmarshall)
- Make BacktraceFilter#filter compatible with locations (still compares strings).
- Optimized Assertion#location ~30%.
- Output relative paths for all failures/errors/backtraces.
- Refactored location information in assertions, now using locations.
... (truncated)
Commits
d00cc0dprepped for release6cf8dce- Third time's a charm? Remember: 'ensure' is almost always the wrong way to go.319036fprepped for releasef92f48d- Don't exit non-zero if no tests ran and no filter (aka, the test file is em...6138c39prepped for releaseebb468c+ Added "did you mean" output if your --name filter matches nothing. (tenderl...ef83965- Big cleanup of test filtering. Much prettier / more functional.194a70a- Fix situation where Assertion#location can't find the location. (pftg)71dab66prepped for release005b187- Fixed bug in Minitest::Compress#compress formatting w/ nested patterns. Now...- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)