hamcrest / PyHamcrest

Hamcrest matchers for Python
http://hamcrest.org/
Other
766 stars 111 forks source link

Address #207 by using `Matcher[Any]` #209

Closed offbyone closed 2 years ago

offbyone commented 2 years ago

Matcher[object] is too tight of a bound on the output type; what we're asserting is that a matcher for Any type is what has_properties will do