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.
Multiple output matchers #20
Closed
Description
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 both Assert<NoOutputAssert>
and Assert<FuzzyOutputAssert>
have .prints()
.