Closed cdwort closed 3 years ago
Lol, :'( I see the coveralls comment... and I can't seem to find the way to see where the coverage failed... although seems likely that the setup method error_compare
is what I'm lacking.
@cdwort are you still planning on wrapping this one up? If not, I'm happy to jump in to help out.
:wave: @zerowidth @cdwort Hello from the future! 😸2️⃣0️⃣2️⃣1️⃣
I agree this would be a neat feature to have in Scientist, so I updated this PR based on the review comments from 2018. @cdwort I hope you do mind me pushing directly to your branch to make these updates 😅
error_compare
to compare_errors
compare_errors
Could I trouble you to re-review this PR and see if there's anything else we want to do? 🙏
Two notes:
Thanks! :bow:
This is currently a breaking change!!
Fixes #50.
This PR changes the interface of
equivalent_to?
to support only two procs (compare
anderror_compare
). While this is the interface that I would write now, I imagine you'll want to keep backwards compatibility.What's your preferred means of doing that? Change the
equivalent_to?
method to be:If that looks good to y'all, I'll update this PR to use ^^ interface.
Thanks!!