Project

rt

0.0
No commit activity in last 3 years
No release in over 3 years
unit test runner, support run tests by regular expression, line num and printing test result in different fomatter
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 0.3.2
~> 0.10.0
>= 0
 Project Readme

rt

A unit test runner

Support run by file number

Support run by file path pattern

Support run by file line number

Support different format (In development)

Installation

gem install rt

Usage

rt test_file.rb

rt test/**/test_*.rb

rt test/unit/

Support specify line number:

rt test_file.rb:5

Only support "Test::Unit::TestCase", "ActiveSupport::TestCase" and "Shoulda"

Load Path

automatic add "./test" to load path, so you don't need "-Itest" option

Roadmap

  • Support red green
  • Support Formatter
  • Support Rspec compatible Formatter
  • Support growl notify
  • Support tag