File: README.md

package info (click to toggle)
ruby-test-unit-rr 1.0.5-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 160 kB
  • sloc: ruby: 122; makefile: 4; sh: 2
file content (38 lines) | stat: -rw-r--r-- 470 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
# README

https://github.com/test-unit/test-unit-rr

## Name

test-unit-rr

## Description

test-unit-rr is a RR adapter for test-unit.

You don't need RR setup codes with test-unit-rr. You just require
"test/unit/rr".

## Install

    % gem install test-unit-rr

## Usage

    require "test/unit/rr"

## License

LGPLv2.1 or later.

(Kouhei Sutou has a right to change the license including
contributed patches.)

## Authors

* Kouhei Sutou

## Thanks

* mtasaka
* ...