You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 29, 2021. It is now read-only.
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().