Expand description
Archetype is a lightweight snapshot testing library with builtin diffing and test generation. It is largely used for golden testing JSON output, but can be instrumented to verify other types of output so long as the output goes to UTF-8 or raw bytes.
Macros§
- snap_
json_ test - Create a new test for the given fixture.