-
Notifications
You must be signed in to change notification settings - Fork 1
Bump minitest from 5.25.5 to 6.0.0 #839
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Closed
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Bumps [minitest](https://github.com/minitest/minitest) from 5.25.5 to 6.0.0. - [Changelog](https://github.com/minitest/minitest/blob/master/History.rdoc) - [Commits](minitest/minitest@v5.25.5...v6.0.0) --- updated-dependencies: - dependency-name: minitest dependency-version: 6.0.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Contributor
Contributor
gem compare minitest 5.25.5 6.0.0Compared versions: ["5.25.5", "6.0.0"]
DIFFERENT date:
5.25.5: 2025-03-12 00:00:00 UTC
6.0.0: 1980-01-02 00:00:00 UTC
DIFFERENT description:
5.25.5: minitest provides a complete suite of testing facilities supporting
TDD, BDD, mocking, and benchmarking.
"I had a class with Jim Weirich on testing last week and we were
allowed to choose our testing frameworks. Kirk Haines and I were
paired up and we cracked open the code for a few test
frameworks...
I MUST say that minitest is *very* readable / understandable
compared to the 'other two' options we looked at. Nicely done and
thank you for helping us keep our mental sanity."
-- Wayne E. Seguin
minitest/test is a small and incredibly fast unit testing framework.
It provides a rich set of assertions to make your tests clean and
readable.
minitest/spec is a functionally complete spec engine. It hooks onto
minitest/test and seamlessly bridges test assertions over to spec
expectations.
minitest/benchmark is an awesome way to assert the performance of your
algorithms in a repeatable manner. Now you can assert that your newb
co-worker doesn't replace your linear algorithm with an exponential
one!
minitest/mock by Steven Baker, is a beautifully tiny mock (and stub)
object framework.
minitest/pride shows pride in testing and adds coloring to your test
output. I guess it is an example of how to write IO pipes too. :P
minitest/test is meant to have a clean implementation for language
implementors that need a minimal set of methods to bootstrap a working
test suite. For example, there is no magic involved for test-case
discovery.
"Again, I can't praise enough the idea of a testing/specing
framework that I can actually read in full in one sitting!"
-- Piotr Szotkowski
Comparing to rspec:
rspec is a testing DSL. minitest is ruby.
-- Adam Hawkins, "Bow Before MiniTest"
minitest doesn't reinvent anything that ruby already provides, like:
classes, modules, inheritance, methods. This means you only have to
learn ruby to use minitest and all of your regular OO practices like
extract-method refactorings still apply.
6.0.0: minitest provides a complete suite of testing facilities supporting
TDD, BDD, and benchmarking.
"I had a class with Jim Weirich on testing last week and we were
allowed to choose our testing frameworks. Kirk Haines and I were
paired up and we cracked open the code for a few test
frameworks...
I MUST say that minitest is *very* readable / understandable
compared to the 'other two' options we looked at. Nicely done and
thank you for helping us keep our mental sanity."
-- Wayne E. Seguin
minitest/test is a small and incredibly fast unit testing framework.
It provides a rich set of assertions to make your tests clean and
readable.
minitest/spec is a functionally complete spec engine. It hooks onto
minitest/test and seamlessly bridges test assertions over to spec
expectations.
minitest/benchmark is an awesome way to assert the performance of your
algorithms in a repeatable manner. Now you can assert that your newb
co-worker doesn't replace your linear algorithm with an exponential
one!
minitest/pride shows pride in testing and adds coloring to your test
output. I guess it is an example of how to write IO pipes too. :P
minitest/test is meant to have a clean implementation for language
implementors that need a minimal set of methods to bootstrap a working
test suite. For example, there is no magic involved for test-case
discovery.
"Again, I can't praise enough the idea of a testing/specing
framework that I can actually read in full in one sitting!"
-- Piotr Szotkowski
Comparing to rspec:
rspec is a testing DSL. minitest is ruby.
-- Adam Hawkins, "Bow Before MiniTest"
minitest doesn't reinvent anything that ruby already provides, like:
classes, modules, inheritance, methods. This means you only have to
learn ruby to use minitest and all of your regular OO practices like
extract-method refactorings still apply.
DIFFERENT executables:
5.25.5: []
6.0.0: ["minitest"]
DIFFERENT homepage:
5.25.5: https://github.com/minitest/minitest
6.0.0: https://minite.st/
DIFFERENT metadata:
5.25.5: {"homepage_uri" => "https://github.com/minitest/minitest", "bug_tracker_uri" => "https://github.com/minitest/minitest/issues", "changelog_uri" => "https://github.com/minitest/minitest/blob/master/History.rdoc"}
6.0.0: {"homepage_uri" => "https://minite.st/", "source_code_uri" => "https://github.com/minitest/minitest", "bug_tracker_uri" => "https://github.com/minitest/minitest/issues", "changelog_uri" => "https://github.com/minitest/minitest/blob/master/History.rdoc"}
DIFFERENT required_ruby_version:
5.25.5: >= 2.7, < 4.0
6.0.0: >= 3.2
DIFFERENT rubygems_version:
5.25.5: 3.6.3
6.0.0: 3.7.2
DIFFERENT summary:
5.25.5: minitest provides a complete suite of testing facilities supporting TDD, BDD, mocking, and benchmarking
6.0.0: minitest provides a complete suite of testing facilities supporting TDD, BDD, and benchmarking
DIFFERENT version:
5.25.5: 5.25.5
6.0.0: 6.0.0
DIFFERENT files:
5.25.5->6.0.0:
* Deleted:
.autotest
lib/minitest/mock.rb
lib/minitest/unit.rb
test/minitest/test_minitest_mock.rb
* Added:
bin/minitest +5/-0
(!) Unexpected permissions: 100555
(!) Shebang found: #!/usr/bin/env -S ruby
lib/minitest/bisect.rb +306/-0
(!) Unexpected permissions: 100444
lib/minitest/complete.rb +56/-0
(!) Unexpected permissions: 100555
(!) File is executable
(!) Shebang found: #!/usr/bin/env -S ruby
lib/minitest/find_minimal_combination.rb +127/-0
(!) Unexpected permissions: 100555
(!) File is executable
(!) Shebang found: #!/usr/bin/ruby -w
lib/minitest/path_expander.rb +418/-0
(!) Unexpected permissions: 100444
lib/minitest/server.rb +45/-0
(!) Unexpected permissions: 100444
lib/minitest/server_plugin.rb +84/-0
(!) Unexpected permissions: 100444
lib/minitest/sprint.rb +104/-0
(!) Unexpected permissions: 100444
lib/minitest/sprint_plugin.rb +39/-0
(!) Unexpected permissions: 100444
test/minitest/test_bisect.rb +235/-0
(!) Unexpected permissions: 100444
test/minitest/test_find_minimal_combination.rb +138/-0
(!) Unexpected permissions: 100555
(!) File is executable
(!) Shebang found: #!/usr/bin/ruby -w
test/minitest/test_path_expander.rb +229/-0
(!) Unexpected permissions: 100444
test/minitest/test_server.rb +149/-0
(!) Unexpected permissions: 100444
* Changed:
History.rdoc +116/-0
Manifest.txt +13/-4
README.rdoc +18/-98
Rakefile +7/-2
design_rationale.rb +21/-19
lib/hoe/minitest.rb +2/-1
lib/minitest.rb +94/-107
lib/minitest/assertions.rb +37/-74
lib/minitest/autorun.rb +3/-4
lib/minitest/benchmark.rb +2/-2
lib/minitest/hell.rb +1/-1
lib/minitest/manual_plugins.rb +4/-16
lib/minitest/parallel.rb +5/-3
lib/minitest/pride.rb +2/-2
lib/minitest/pride_plugin.rb +1/-1
lib/minitest/spec.rb +11/-37
lib/minitest/test.rb +8/-13
lib/minitest/test_task.rb +32/-17
test/minitest/metametameta.rb +1/-1
test/minitest/test_minitest_assertions.rb +51/-108
test/minitest/test_minitest_reporter.rb +6/-5
test/minitest/test_minitest_spec.rb +60/-128
test/minitest/test_minitest_test.rb +22/-101
DIFFERENT extra_rdoc_files:
5.25.5->6.0.0:
* Changed:
History.rdoc +116/-0
Manifest.txt +13/-4
README.rdoc +18/-98
DIFFERENT runtime dependencies:
5.25.5->6.0.0:
* Added:
prism ["~> 1.5"] (runtime)
DIFFERENT development dependencies:
5.25.5->6.0.0:
* Added:
simplecov ["~> 0.21"] (development)
* Updated:
hoe from: ["~> 4.2"] to: ["~> 4.3"] |
Contributor
|
Contributor
gem compare prism 1.4.0 1.6.0Compared versions: ["1.4.0", "1.6.0"]
DIFFERENT date:
1.4.0: 2025-03-18 00:00:00 UTC
1.6.0: 1980-01-02 00:00:00 UTC
DIFFERENT require_paths:
1.4.0: ["/opt/hostedtoolcache/Ruby/3.4.8/x64/lib/ruby/gems/3.4.0/extensions/x86_64-linux/3.4.0/prism-1.4.0", "lib"]
1.6.0: ["/opt/hostedtoolcache/Ruby/3.4.8/x64/lib/ruby/gems/3.4.0/extensions/x86_64-linux/3.4.0/prism-1.6.0", "lib"]
DIFFERENT rubygems_version:
1.4.0: 3.6.2
1.6.0: 3.6.9
DIFFERENT version:
1.4.0: 1.4.0
1.6.0: 1.6.0
DIFFERENT files:
1.4.0->1.6.0:
* Added:
lib/prism/polyfill/scan_byte.rb +14/-0
lib/prism/polyfill/warn.rb +36/-0
lib/prism/translation/parser_current.rb +24/-0
sig/prism/parse_result/comments.rbs +38/-0
* Changed:
CHANGELOG.md +51/-1
Makefile +4/-2
README.md +2/-0
config.yml +266/-38
docs/design.md +2/-2
docs/parser_translation.md +8/-23
docs/releasing.md +5/-24
docs/ripper_translation.md +1/-1
ext/prism/api_node.c +2/-0
ext/prism/extension.c +25/-3
ext/prism/extension.h +1/-1
include/prism.h +39/-14
include/prism/ast.h +306/-50
include/prism/diagnostic.h +5/-0
include/prism/options.h +43/-3
include/prism/regexp.h +2/-2
include/prism/util/pm_buffer.h +8/-0
include/prism/util/pm_integer.h +4/-0
include/prism/util/pm_list.h +6/-0
include/prism/util/pm_string.h +12/-2
include/prism/version.h +2/-2
lib/prism.rb +23/-0
lib/prism/compiler.rb +456/-151
lib/prism/desugar_compiler.rb +1/-0
lib/prism/dispatcher.rb +16/-0
lib/prism/dot_visitor.rb +5/-1
lib/prism/dsl.rb +3/-0
lib/prism/ffi.rb +25/-9
lib/prism/inspect_visitor.rb +3/-0
lib/prism/lex_compat.rb +1/-0
lib/prism/mutation_compiler.rb +3/-0
lib/prism/node.rb +507/-336
lib/prism/node_ext.rb +4/-1
lib/prism/pack.rb +2/-0
lib/prism/parse_result.rb +1/-0
lib/prism/parse_result/comments.rb +1/-0
lib/prism/parse_result/errors.rb +1/-0
lib/prism/parse_result/newlines.rb +1/-0
lib/prism/pattern.rb +1/-0
lib/prism/reflection.rb +3/-0
lib/prism/relocation.rb +1/-0
lib/prism/serialize.rb +25/-19
lib/prism/string_query.rb +1/-0
lib/prism/translation.rb +2/-0
lib/prism/translation/parser.rb +21/-2
lib/prism/translation/parser/builder.rb +1/-0
lib/prism/translation/parser/compiler.rb +47/-25
lib/prism/translation/parser/lexer.rb +29/-21
lib/prism/translation/parser33.rb +1/-0
lib/prism/translation/parser34.rb +1/-0
lib/prism/translation/parser35.rb +1/-0
lib/prism/translation/ripper.rb +17/-1
lib/prism/translation/ripper/sexp.rb +1/-0
lib/prism/translation/ruby_parser.rb +287/-4
lib/prism/visitor.rb +457/-152
prism.gemspec +5/-1
rbi/prism/dsl.rbi +3/-3
rbi/prism/node.rbi +21/-9
sig/prism.rbs +4/-0
sig/prism/dispatcher.rbs +3/-0
sig/prism/dsl.rbs +3/-3
sig/prism/node.rbs +444/-30
sig/prism/node_ext.rbs +84/-17
sig/prism/parse_result.rbs +4/-0
sig/prism/reflection.rbs +1/-1
src/diagnostic.c +9/-1
src/node.c +2/-0
src/options.c +2/-2
src/prettyprint.c +2/-0
src/prism.c +324/-147
src/serialize.c +2/-0
src/token_type.c +36/-34
src/util/pm_string.c +6/-8 |
Contributor
|
Contributor
Author
|
Superseded by #848. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Bumps minitest from 5.25.5 to 6.0.0.
Changelog
Sourced from minitest's changelog.
... (truncated)
Commits
2f3d88eprepped for release756f965Add Hoe's :cov plugin and start to look at gaps94a790e- Removed MT5's post_install_message.8a50ebf- Bumped to ruby 3.2+1fceffd- Removed obsolete version guards around Minitest::Result in reporters.c5adbd7- Removed obsolete conditional for CompositeReporter#prerecord.27ef422+ Added minitest/complete to help with shell's tab-completion of tests.0c0c329+ Renamed options[:filter] to options[:include], added --include cmdline option.d597d05+ If message is passed a proc then that proc overrides all other output.3c6300c+ Assertions reuse themselves a lot more. Bumps assertion count in some places.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)