Version: v0.7.1 - Beta.  We welcome contributors & feedback.

Test.section

$t.section($title) -> self

Description

Add a section sub-heading to the test results.

$t = Test()

$t.section('Math')

$t.ok(2 / 2 == 1, 'division')
$t.ok(3 - 2 == 1, 'subtraction')