| Crates.io | expect-test |
| lib.rs | expect-test |
| version | 1.5.1 |
| created_at | 2020-08-20 16:20:18.575214+00 |
| updated_at | 2024-12-21 13:05:32.571711+00 |
| description | Minimalistic snapshot testing library |
| homepage | |
| repository | https://github.com/rust-analyzer/expect-test |
| max_upload_size | |
| id | 278753 |
| size | 40,829 |
Minimalistic snapshot testing for Rust.
Updating a failing test:
https://user-images.githubusercontent.com/1711539/120119633-73b3f100-c1a1-11eb-91be-4c61a23e7060.mp4
Adding a new test: Just leave a blank expect![[""]] and update it:

Checkout the docs for more: https://docs.rs/expect-test.