mwilliamson / python-precisely

Matcher library for Python
BSD 2-Clause "Simplified" License
238 stars 11 forks source link

Fix composite matching using close_to #4

Closed danodonovan closed 6 years ago

danodonovan commented 6 years ago

Make IsCloseToMatcher inherit from Matcher so it can be used in other matchers.

NB ComparisonMatcher doesn't inherit from Matcher either. I can submit another PR once anything here has been corrected.

mwilliamson commented 6 years ago

Thanks!