linera-io/linera-protocol

Use `insta` for snapshot tests in `linera-witty-macros`

Geschlossen

#1.761 geöffnet am 06.03.2024

 (0 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Rust (2.354 Forks)batch import
good first issuetesting

Repository-Metriken

Stars
 (32.149 Sterne)
PR-Merge-Metriken
 (Durchschn. Merge 2T 22h) (111 gemergte PRs in 30 T)

Beschreibung

We currently have several snapshots embedded in the code of linera-witty-macros. insta is a tool for managing snapshots so that they don't clutter up the code and can be easily reviewed and regenerated that we are now using in linera-views-derive. It would be nice to use it for linera-witty-macros as well.

Contributor Guide