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

1.0 release and do not automatically create if missing #130

Open oxinabox opened 2 months ago

oxinabox commented 2 months ago

@omus can you review? This should solve #127

oxinabox commented 2 months ago

We can't do the thing anymore in CI where we delete the files and rerun the tests twice to see if they regenerate correctly. Because we don't have a way anymore to just create missing files without overwriting existing ones. But I think that's OK as we do test this functionality directly.

Possibly should normalize the Unit test file somewhat since not doing that anymore?

oxinabox commented 1 week ago

@omus can I have a review? or @johnnychen94 ?