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
* ...
|