Class Reap::Test
In: lib/reap/task/test.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). This, hopefully can be remedied in the future.

Methods

dotest   fork_test   init   run   task_desc  

Classes and Modules

Class Reap::Test::TestResults

Attributes

against_installed  [RW] 
files  [RW] 
fixture  [RW] 
libs  [RW] 

Public Instance methods

Currently send program output to null device. Could send to a logger in future version.

[Validate]