JuliaTesting / ReferenceTests.jl

Utility package for comparing data against reference files
https://juliatesting.github.io/ReferenceTests.jl/latest/
Other
82 stars 14 forks source link

better Dict diff render #101

Open johnnychen94 opened 2 years ago

johnnychen94 commented 2 years ago

Posted by @adrhill in https://github.com/JuliaTesting/ReferenceTests.jl/issues/97#issuecomment-952841892, we may want to do a key-wise comparison for dictionary types when the reference doesn't match.

oxinabox commented 2 years ago

This should be changed in DeepDiffs.jl we just use that package for it.