kcmerrill / VitaminC

A multi language test runner.
1 stars 1 forks source link

Add failures/assertions/test counts to each runner. #5

Open kcmerrill opened 11 years ago

kcmerrill commented 11 years ago

Currently under tests[] there is a pass/fail regular expression. The same should be done for failure_count, assertion_count, tests_count etc ...

We might have to implement two. One for a pass/one for a fail ... or what we might end up doing is just simply counting tests/assertions if there are no failures.