NOTICE: This package has been removed from pkgsrc

./devel/ruby-test-unit, Improved version of Test::Unit

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 3.6.0, Package name: ruby31-test-unit-3.6.0, Maintainer: pkgsrc-users

Test::Unit 2.x - Improved version of Test::Unit bundled in
Ruby 1.8.x.

Ruby 1.9.x bundles minitest not Test::Unit. Test::Unit
bundled in Ruby 1.8.x had not been improved but unbundled
Test::Unit (Test::Unit 2.x) will be improved actively.

== FEATURES

* Test::Unit 1.2.3 is the original Test::Unit, taken
straight from the ruby distribution. It is being
distributed as a gem to allow tool builders to use it as a
stand-alone package. (The test framework in ruby is going
to radically change very soon).

* Test::Unit 2.x will be improved actively and may break
compatiblity with Test::Unit 1.2.3. (We will not hope it
if it isn't needed.)

* Some features exist as separated gems like GUI test
runner. (Tk, GTK+ and Fox) test-unit-full gem package
provides for installing all Test::Unit related gems
easily.


Required to run:
[lang/ruby26-base]

Required to build:
[pkgtools/cwrappers]

Master sites:

Filesize: 91.5 KB

Version history: (Expand)


CVS history: (Expand)


   2023-08-06 10:09:04 by Takahiro Kambe | Files touched by this commit (4) | Package removed
Log message:
devel/ruby-test-unit: remove package

All ruby*-base have test-unit gem as bundled gem and no package require
newer version of test-unit gem.
   2023-06-11 16:31:29 by Takahiro Kambe | Files touched by this commit (2) | Package updated
Log message:
devel/ruby-test-unit: update to 3.6.0

pkgsrc change: remove restriction to Ruby 3.2.

3.6.0 (2023-05-25)

Improvements

* UI: console: Use --progress-style=fault-only with non-tty output by
  default.
   2023-05-30 17:35:54 by Takahiro Kambe | Files touched by this commit (2)
Log message:
Drop support for ruby27.
   2023-05-28 03:24:00 by Takahiro Kambe | Files touched by this commit (2) | Package updated
Log message:
devel/ruby-test-unit: update to 3.5.9

3.5.9 - 2023-05-25

Improvements

* UI: console: Use --progress-style=mark with --verbose=verbose by default.
   2023-05-14 15:42:23 by Takahiro Kambe | Files touched by this commit (2) | Package updated
Log message:
devel/ruby-test-unit: update to 3.5.8

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
   2023-01-23 02:08:32 by Takahiro Kambe | Files touched by this commit (1)
Log message:
devel/ruby-test-unit: not for ruby32

Ruby 3.2.0 has the same version as bundled gems.
   2022-12-18 15:25:17 by Takahiro Kambe | Files touched by this commit (2) | Package updated
Log message:
devel/ruby-test-unit: update to 3.5.7

3.5.6 (2022-12-15)

Improvements

* Enabled 256 colors output on GitHub Actions by default.

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.
   2022-10-09 09:34:15 by Takahiro Kambe | Files touched by this commit (2) | Package updated
Log message:
devel/ruby-test-unit: update to 3.5.5

pkgsrc change: no restriction to ruby31.

3.5.4 (2022-10-04)

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

3.5.5 (2022-10-04)

Fixes

* Suppressed a warning. GitHub#219[Patch by Kenichi Kamiya]

Thanks

* Kenichi Kamiya