Skip to content

Standalone redgreen eye candy for test results, ala autotest

License

Notifications You must be signed in to change notification settings

mynyml/redgreen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

==== 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