avajs/ava

Report all assertion failures

Open

#261 创建于 2015年11月23日

在 GitHub 查看
 (18 评论) (1 反应) (0 负责人)JavaScript (1,408 fork)batch import
enhancementhelp wantedscope:assertionsscope:reporters

仓库指标

Star
 (20,600 star)
PR 合并指标
 (30 天内没有已合并 PR)

描述

With #259, we have moved from only printing the last assertion failure, to only printing the first.

Once #243 (chainable methods) happens, I think we should allow printing of every failed assertion to give the most information possible.

test.verbose('title', t => {
  t.fail('a');
  t.fail('b');
});

Perhaps only mode should also just imply verbose mode (you should have way less noise with a single test).

贡献者指南