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

@test_reference_broken #114

Open shashi opened 2 years ago

shashi commented 2 years ago

I was wondering if there's an easy way to do the equivalent of @test_broken but reference test.

johnnychen94 commented 2 years ago

The new match_reference function gives solution #112 -- we just need someone to finish the work (docs, cleanup, etc)