-
-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
Tests currently need to display themselves the result of their run like:
print(`<${'='.repeat(level + 1)} "${suiteName}": ${x.getTotalErrors()} ` +
`${plural('error', x.getTotalErrors())} (in ${x.getTotalRanTests()} ` +
`${plural('test', x.getTotalRanTests())})`);Instead, the test suite could handle it directly.
Metadata
Metadata
Assignees
Labels
No labels