Skip to content

mynyml/redgreen

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
lib
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
==== Summary

Standalone redgreen eye candy for test results, ala autotest

Adds a visual cue at the end of a test run to better visualize whether tests
passed or failed.

Red if a test failed, Green if all tests passed. Simple.

=== Install

  gem install mynyml-redgreen --source http://gemcutter.org

==== Usage

  require 'redgreen'

That's all you need. Place this require in your test file (or test_helper.rb),
and run your suite.

==== Testing Framework Compatibility

  * test/unit based frameworks:
    * test/unit
    * contest
    * context
    * shoula
    * probably all others
  * minitest/unit
  * nanotest

Patches or requests for other framework adapters are very welcome

About

Standalone redgreen eye candy for test results, ala autotest

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages