Ryx
From LaughingPanda
Ryx is a ruby unit test runner for terminals. It features a red/green progress bar and a succinct failure printout. The set of tests to be run by Ryx is specified by passing the test files to Ryx via command line. Ryx accepts files and directories. In case of directories, Ryx executes all tests found under the directory.
Currently, Ryx works on UNIX/Linux terminals. Ryx might work on cygwin, but this has not been verified.
Contents |
Usage
Here, a single passing test case is executed:
A single test case with failing tests is executed:
A directory of test cases is executed:
Requirements
Ruby 1.8.
Download
The latest release version is 0.1.0. It is available as a gem.
Resources
Version Control
- Anonymous URL - http://svn.laughingpanda.com/svn/ryx/trunk
- Developer URL - https://svn.laughingpanda.com/svn/ryx/trunk


