[ANN] test-unit 2.2.0

K

Kouhei Sutou

Hi,

I've released test-unit 2.2.0:
http://test-unit.rubyforge.org/
http://test-unit.rubyforge.org/#test-unit

Install:
% sudo gem install test-unit

Usage:
gem 'test-unit'
require 'test-unit'

Description:
test-unit 2 is a successor library Test::Unit bundled in
Ruby 1.8.x. test-unit 2 has many improvements rather than
Test::Unit in 1.8.x.


test-unit 2 has extensible mechanism.
Here are test-unit 2 extension libraries:

1. test-unit-notify: notify test result with popup

http://test-unit.rubyforge.org/#test-unit-notify
(There are screenshots)

Install:
% sudo gem install test-unit-notify

Usage:
require 'test/unit/notify'

2. test-unit-rr: support test double

http://test-unit.rubyforge.org/#test-unit-rr

Install:
% sudo gem install test-unit-rr

Usage:
require 'test/unit/rr'

Now, you can use RR(*) in tests.

(*) https://github.com/btakita/rr


If you only know Test::Unit bundled in Ruby 1.8.x, please
try test-unit 2.


Thanks,
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,582
Members
45,065
Latest member
OrderGreenAcreCBD

Latest Threads

Top