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.
files | [RW] | |
libs | [RW] | |
options | [RW] |