pdl / Test-Proto

OO test script golf sugar
1 stars 1 forks source link

ok should call subtests #1

Closed pdl closed 11 years ago

pdl commented 12 years ago

The ok method should create subtests instead of just returning success/fail. This might mean some tricky rewriting or passing some sort of option

pdl commented 11 years ago

This is being resolved in the TestRunner branch.

pdl commented 11 years ago

Per #29 the TestRunner should allow a user to specify whether to give up on fail or to produce the full report. For ->ok() the better default might be to produce the full report.