Class Reap::TestTask
In: lib/reap/test_task.rb
Parent: Reap::Task

Test Task

The Reap test task runs each test in it’s own process, making for purer test facility.

NOTE: This works well enough but it is a bit of hack. It actually marshals test results across a stdout->stdin shell pipe. One consequence of this is that you can’t send debug info to stdout (including p and puts) within the tests themselves. This, hopefully can be remedied.

Methods

default_desc   default_name   dotest   fork_test   init   run  

Classes and Modules

Class Reap::TestTask::TestResults

Attributes

files  [RW] 
libs  [RW] 
options  [RW] 

Public Instance methods

register ‘test’

[Validate]