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.