Open bandophahita opened 8 months ago
If we think it's OK to do this, it is a simple change to IsNot
def resolve(self) -> Matcher[object]:
"""Produce the Matcher to make the assertion."""
return is_not(Silently(self.resolution).resolve())
Yes, i agree!
Consider the following code:
Which produces the following log
Sure would be nice if it logged the following:
My question is, should this be done by the library by default?