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

support object as reference #63

Closed johnnychen94 closed 2 years ago

johnnychen94 commented 4 years ago

To make

@test_reference referece actual

work like

@test reference ≈ actual

here means:

etc.

This functionality may not be that useful, just a nice-to-have feature.