2024-03-24 15:11:13 by Takahiro Kambe | Files touched by this commit (2) | |
Log message:
devel/ruby-minitest: update to 5.22.3
5.22.3 (2024-03-13)
1 minor enhancement:
* MASSIVE improvement of minitest's pride plugin output: Frequencies
doubled! Sine waves shifted!! Comments improved!!! Colors rotated!!!!
(havenwood)
3 bug fixes:
* Improved wording on Minitest::Test#parallelize_me! to clarify it goes
INSIDE your test class/describe.
* Minor changes to tests to pass when tests ran with extra flags (eg -p).
* Support Ruby 3.4's new error message format. (mame)
|
2024-02-10 15:05:36 by Takahiro Kambe | Files touched by this commit (2) | |
Log message:
devel/ruby-minitest: update to 5.22.2
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).
|
2024-02-06 16:00:17 by Takahiro Kambe | Files touched by this commit (2) | |
Log message:
devel/ruby-minitest: update to 5.22.0
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)
|
2024-01-21 16:24:51 by Takahiro Kambe | Files touched by this commit (3) | |
Log message:
devel/ruby-minitest: update to 5.21.2
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.
* Removed thread and mutex_m dependencies. (hsbt, eregon)
2 bug fixes:
* Drop undocumented bt arg in #skip. Dunno why that ever happened, prolly
for testing?
* Fix mock to work with ruby debugger enabled. (keithlayne)
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.2 (2024-01-17)
1 bug fix:
* Fixed bug in Minitest::Compress#compress formatting w/ nested patterns.
Now recurses properly.
|
2023-12-16 16:17:17 by Takahiro Kambe | Files touched by this commit (4) |
Log message:
devel/ruby-minitest: add version 5.20.0
Re-add ruby-minitest package required by devel/hoe implicitly with ruby31.
5.20.0 (2023-09-06)
1 minor enhancement:
* Optionally allow autorun exit hook to remain active in forked
child. (casperisfine)
|
2023-08-06 09:53:31 by Takahiro Kambe | Files touched by this commit (4) | |
Log message:
devel/ruby-minitest: remove package
ruby-minitest is required by ruby-activesupport*. But all ruby*-base have
required minitest gem as bundled gem. So, there is no need to provide
ruby-minitest package.
|
2023-08-06 09:46:02 by Takahiro Kambe | Files touched by this commit (2) | |
Log message:
devel/ruby-minitest: update to 5.19.0
5.19.0 (2023-07-26)
2 minor enhancements:
* Add metadata lazy accessor to Runnable / Result. (matteeyah)
* Only load minitest/unit (aka ancient MiniTest compatibility layer) if
ENV["MT_COMPAT"]
1 bug fix:
* Minitest::TestTask enthusiastically added itself to default. (ParadoxV5)
|
2023-07-15 16:35:18 by Takahiro Kambe | Files touched by this commit (2) | |
Log message:
devel/ruby-minitest: update to 5.18.1
3 bug fixes:
* Avoid extra string allocations when filtering tests. (tenderlove)
* Only mention deprecated ENV if it is an integer string.
* Push up test_order to Minitest::Runnable to fix minitest/hell. (koic)
|
2023-03-05 14:41:04 by Takahiro Kambe | Files touched by this commit (2) | |
Log message:
devel/ruby-minitest: update to 5.18.0
5.18.0 (2023-03-04)
2 major enhancements:
* Added assert_pattern & refute_pattern for pattern matching. (flavorjones)
* Added matching must_pattern_match & wont_pattern_match to minitest/spec.
1 bug fix:
* Support the new message format of NameError in Ruby 3.3 (mame)
|
2023-01-03 06:52:48 by Takahiro Kambe | Files touched by this commit (2) | |
Log message:
devel/ruby-minitest: update to 5.17.0
5.17.0 (2022-12-31)
1 minor enhancement:
* Refactor setup hooks into a SETUP_METHODS constant. (MSP-Greg)
3 bug fixes:
* Fix kwargs for Mock calls to delegator. (blowmage)
* Fix kwargs for expectations. (bobmazanec, blowmage)
* Remove check for .b method. (tenderlove)
|