Uh oh!
There was an error while loading. Please reload this page.
This repository was archived by the owner on Dec 29, 2021. It is now read-only.
This repository was archived by the owner on Dec 29, 2021. It is now read-only.
There was an error while loading. Please reload this page.
As commented in #16 (review), I think it might be nice to support multiple output matchers. I'm thinking of having either one exact output matcher, or a list of fuzzy matches.
There might also be a nice way of parameterizing the Assert struct so that only
Assert<NoOutputAssert>has.prints_exactly(), and bothAssert<NoOutputAssert>andAssert<FuzzyOutputAssert>have.prints().