linera-io/linera-protocol
Use `insta` for snapshot tests in `linera-witty-macros`
已關閉
#1,761 建立於 2024年3月6日
good first issuetesting
倉庫指標
- 星標
- (32,149 顆星)
- PR 合併指標
- (平均合併 2天 22小時) (30 天內合併 111 個 PR)
描述
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.