You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be great to do a comparison and see if they are similar and whether or not they can be merged together! :)
Sibling issue in the other repo: RelationalAI-oss/SnapshotTesting.jl#5
The text was updated successfully, but these errors were encountered:
SnapshotTesting supports applying to whole directories and to files directly, the reference file/directory should be on disk, and the content being evaluated should also be written to disk.
It only has special display for plain text files (?).
ReferenceTests.jl only supports comparing in-memory julia object to one that is read from disk.
It uses FileIO.jl to workout how to read and write various objects to and from disk.
So it supports a very large set of types.
It has special display support for plain text files, and images.
Hello! We created https://github.com/NHDaly/SnapshotTesting.jl before we knew about this package, it seems!
It would be great to do a comparison and see if they are similar and whether or not they can be merged together! :)
Sibling issue in the other repo: RelationalAI-oss/SnapshotTesting.jl#5
The text was updated successfully, but these errors were encountered: