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:

Image:Passing_test.png

A single test case with failing tests is executed:

Image:Failing_test.png

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