Closed perrygoy closed 1 year ago
I noticed marcel.shall(SeeAllOf())
will pass but marcel.shall(SeeAnyOf())
will fail.
I would expect these two to be consistent.
I'm going to be touching See/any/all in the Quietly branch, so I can address the inconsistency there.
Addressing #33.
This PR adds plural (and empty!) handling for
SeeAnyOf
andSeeAllOf
. I thought i'd add some cheek if someone tries to doSeeAnyOf()
orSeeAllOf()
with no tests. It also adds tests for thedescribe
method, which directly uses the newlog_message
attribute that handles logging the correct string.