Open davidszotten opened 6 years ago
good point! any thoughts on how we could get them back?
may be possible using hookwrapper
-- https://docs.pytest.org/en/latest/writing_plugins.html#hookwrapper-executing-around-other-hooks
had a quick try but is full of pytest magic and me too tired rn.
It occurs to me that maybe the times when you want drilldown and the times when you want icdiff aren't often the same cases -- like, in your example, we're comparing two small ints.
so one fix is maybe to special-case times when icdiff is unlikely to help, and then let pytest do its normal thing. I've added that for comparisons of numbers less than 100. Any other thoughts on when drilldown is likely to be more useful than icdiff?
while the diffs are super helpful, it looks like it loses the very handy drill-down features:
without plugin
with plugin