SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for ruby3.3-rubygem-test-unit-3.6.2-1.6.i586.rpm :

* Fri Jun 21 2024 Dan Čermák - 3.6.2: [#]## Improvements
* UI: console: Add `--gc-stress` option that enables `GC.stress` only whie each test is running.
* Added support for Ruby 3.4 style backtrace. GH-237 [Patch by Yusuke Endoh] [#]## Thanks
* Yusuke Endoh
* Tue Nov 14 2023 Dan Čermák - 3.6.1: [#]## Improvements
* collector: load: Improved performance when a large number of test files exist. GH-232 [Patch by akira yamada] [#]## Thanks
* akira yamada 3.6.0: [#]# test-unit 3.6.0 - 2023-05-25 [#]## Improvements
* UI: console: Use `--progress-style=fault-only` with non-tty output by default. 3.5.9: [#]# test-unit 3.5.9 - 2023-05-25 [#]## Improvements
* UI: console: Use `--progress-style=mark` with `--verbose=verbose` by default. 3.5.8: [#]# test-unit 3.5.8 - 2023-05-12 [#]## Improvements
* doc: Improved document for multi Ractor mode. GH-226 [Patch by Luke Gruber]
* doc: Updated minitest\'s URL. GH-228 [Patch by Koichi ITO]
* UI: console: Added `--progress-style` option.
* UI: console: Compacted `--verbose=important-only` output..
* UI: console: Changed the default output level to `important-only` on GitHub Actions. [#]## Thanks
* Luke Gruber
* Koichi ITO 3.5.7: [#]# test-unit 3.5.7 - 2022-12-15 [#]## Improvements
* [UI][console]: Changed to use color escape sequence for each line instead of each output that may consist with multiple lines. 3.5.6: [#]# test-unit 3.5.6 - 2022-12-15 [#]## Improvements
* Enabled 256 colors output on GitHub Actions by default.
* Mon Oct 10 2022 Stephan Kulow updated to version 3.5.5 see installed news.md [#]# 3.5.5 - 2022-10-04 {#version-3-5-5} [#]## Fixes
* Suppressed a warning. [GitHub#219][Patch by Kenichi Kamiya] [#]## Thanks
* Kenichi Kamiya [#]# 3.5.4 - 2022-10-04 {#version-3-5-4} [#]## Improvements
* Don\'t raise an error on `Test::Unit::TestCase.clone`. [GitHub#210][Reported by David Marchaland]
* Added support for `BigDeciaml` in `assert_in_delta` family. [GitHub#218][Patch by Kenta Murata] [#]## Thanks
* David Marchaland
* Kenta Murata
* Tue Jan 25 2022 Stephan Kulow updated to version 3.5.3 see installed news.md [#]# 3.5.3 - 2021-12-20 {#version-3-5-3} [#]## Improvements
* Made how to sub test case generation customizable. [GitHub#207][Patch by Akira Matsuda] [#]## Thanks
* Akira Matsuda [#]# 3.5.2 - 2021-12-10 {#version-3-5-2} [#]## Improvements
* Required `fileutils` lazy. [GitHub#206][Patch by David Rodríguez] [#]## Thanks
* David Rodríguez [#]# 3.5.1 - 2021-11-08 {#version-3-5-1} [#]## Fixes
* Fixed a bug that `keep: true` is ignored when data set is generated by block. [Reported by Kenta Murata] [#]## Thanks
* Kenta Murata [#]# 3.5.0 - 2021-10-18 {#version-3-5-0} [#]## Fixes
* Fixed a bug that `keep: true` is ignored when the last `data` doesn\'t have `keep: true`. [#]# 3.4.9 - 2021-10-18 {#version-3-4-9} [#]## Improvements
* Added support for labeling each variable values by using `Hash`. [#]# 3.4.8 - 2021-10-11 {#version-3-4-8} [#]## Improvements
* Added support for omitting Ractor tests on Ruby 2.7 or earlier automatically. [#]# 3.4.7 - 2021-09-14 {#version-3-4-7} [#]## Fixes
* Suppressed a warning on Ruby 2. [GitHub#205][Patch by Kenichi Kamiya] [#]## Thanks
* Kenichi Kamiya [#]# 3.4.6 - 2021-09-11 {#version-3-4-6} [#]## Improvements
* Added support for tests that use Ractor. Use `Test::Unit::TestCase.ractor` to declare that these tests use Ractor.
* Added `--debug-on-failure` option. [#]# 3.4.5 - 2021-09-04 {#version-3-4-5} [#]## Improvements
* Added more metadata to gemspec. [GitHub#183][Patch by Kenichi Kamiya]
* Removed needless files from gem. [GitHub#184][Patch by Kenichi Kamiya]
* Updated documents. [GitHub#191][GitHub#192][GitHub#193][GitHub#199][GitHub#200] [GitHub#201][Patch by Kenichi Kamiya]
* Added `assert_nothing_leaked_memory`. [#]## Fixes
* Fixed typos in documents. [GitHub#189][GitHub#190][GitHub#195][GitHub#197][Patch by Kenichi Kamiya] [#]## Thanks
* Kenichi Kamiya
* Thu Jun 24 2021 Stephan Kulow updated to version 3.4.4 see installed news.md [#]# 3.4.4 - 2021-06-04 {#version-3-4-4} [#]## Improvements
* Rename `assert_all?` to `assert_all`. `assert_all?` is deprecated but is available. [#]# 3.4.3 - 2021-06-04 {#version-3-4-3} [#]## Improvements
* Stopped to change result value of `Test::Unit::TestCase#include`.
* Added `assert_all?`.
* Added support for `assert_raise_with_message`. [#]# 3.4.2 - 2021-05-30 {#version-3-4-2} [#]## Improvements
* [UI][console]: Improved diff readability for no color case. Character based diff marks are always showed. [#]# 3.4.1 - 2021-04-19 {#version-3-4-1} [#]## Fixes
* Fixed a bug that `setup`/`cleanup`/`teardown` with block may be overwritten by another `setup`/`cleanup`/`teardown` with block. It\'s caused only with Ruby 2.6 or earlier. [GitHub#179][Reported by akira yamada] [#]## Thanks
* akira yamada [#]# 3.4.0 - 2021-01-30 {#version-3-4-0} [#]## Improvements
* Enable deprecated warnings by default.
* Wed Jan 20 2021 Stephan Kulow updated to version 3.3.9 see installed news.md [#]# 3.3.9 - 2020-12-29 {#version-3-3-9} [#]## Improvements
* `assert_not_match`: Add support for `String` as pattern. [GitHub#178][Patch by David Rodríguez] [#]## Thanks
* David Rodríguez [#]# 3.3.8 - 2020-12-25 {#version-3-3-8} [#]## Improvements
* [UI][console]: Removed reverse mode because Ruby 3.0 reverts reverse backtrace. [#]# 3.3.7 - 2020-11-18 {#version-3-3-7} [#]## Improvements
* Improved TruffleRuby support. [GitHub#171][Reported by Benoit Daloze]
* Removed needless `to_sym`. [GitHub#177][Patch by icm7216]
* `assert_raise`: Added backtrace for actual error.
* Improved terminal color availability detection. [GitHub#175][Patch by nicholas a. evans]
* Changed license to the new Ruby\'s. [GitHub#174] [#]## Fixes
* Fixed a typo in `--help` output: [GitHub#176][Patch by icm7216] [#]## Thanks
* Benoit Daloze
* icm7216
* nicholas a. evans
* Fri Sep 25 2020 Stephan Kulow updated to version 3.3.6 see installed news.md [#]# 3.3.6 - 2020-06-10 {#version-3-3-6} [#]## Improvements
* `name`, `--ignore-name`:
* Added support for regular expression options.
* Added support for matching with class name in exact match mode. [Reported by Jun Aruga]
* Updated ruby-talk mailing list information [GitHub#168][Patch by Chris Kampmeier] [#]## Thanks
* Chris Kampmeier
* Jun Aruga
* Mon Feb 10 2020 Stephan Kulow - updated to version 3.3.5 see installed news.md [#]# 3.3.5 - 2020-01-10 {#version-3-3-5} [#]## Improvements
* Improved code snippet showing with different default external encoding. [GitHub#166][Patch by Yuta Iwama] [#]## Thanks
* Yuta Iwama [#]# 3.3.4 - 2019-09-30 {#version-3-3-4} [#]## Improvements
* Converted markup format to Markdown from RDoc. [GitHub#164][Patch by OGAWA KenIchi]
* test: Stopped to depend on `Time#inspect` format. [GitHub#165][Reported by Benoit Daloze] [#]## Thanks
* OGAWA KenIchi
* Benoit Daloze
* Fri Jul 19 2019 Stephan Kulow - updated to version 3.3.3 see installed news.md [#]# 3.3.3 - 2019-05-10 {#version-3-3-3} [#]## Fixed
* Fixed a bug that priority mode with test case name that uses special characters such as `?` can\'t be used on Windows.
* Sun May 05 2019 Stephan Kulow - updated to version 3.3.2 see installed news.md [#]# 3.3.2 - 2019-04-11 {#version-3-3-2} [#]## Fixes
* Fixed a bug that `Test::Unit::Collector::Load` doesn\'t load test files under sub directories when these files have the same base name as test files in upper directories. [Reported by Kenta Murata] [#]## Thanks
* Kenta Murata [#]# 3.3.1 - 2019-03-27 {#version-3-3-1} [#]## Improvements
* Added support for `Test::Unit::AssertionFailedError#user_message` for not only `assert_equal` and `assert_raise` but also all assertions. [GitHub#162][Reported by xgraffm] [#]## Thanks
* xgraffm
 
ICM