zunit-zsh/zunit

Warnings should not count as a pass

molovo opened this issue · 0 comments

The only thing that currently generates warnings are risky tests (without any assertions) but when these occur, the test still counts as passed. We should make warnings represent their own state, and not increment the passed count, otherwise the --allow-risky option provides no benefit.