frankban / quicktest

Quick helpers for testing Go applications
MIT License
529 stars 27 forks source link

Handle Any and All checkers when simulating verbosity with WithVerbosity #47

Closed frankban closed 5 years ago

frankban commented 5 years ago

Fixes https://github.com/frankban/quicktest/issues/46

rogpeppe commented 5 years ago

LGTM, although it would be nice if there was a test.

frankban commented 5 years ago

Thank you both for the reviews! WithVerbosity for now is a testing helper export, so I'd be ok with just indirectly testing it, like with the test that was failing before.