| Crates.io | expect-test-bytes |
| lib.rs | expect-test-bytes |
| version | 0.1.0 |
| created_at | 2025-07-30 00:22:31.21681+00 |
| updated_at | 2025-07-30 00:22:31.21681+00 |
| description | Minimalistic snapshot testing library for bytes |
| homepage | |
| repository | https://github.com/axelkar/expect-test-bytes |
| max_upload_size | |
| id | 1772928 |
| size | 26,944 |
Copy of expect-test, a minimalistic snapshot testing library, for bytes and binary data.
let actual = b"example\n";
expect_test_bytes::expect_file!["test_data/example"].assert_eq(actual);
Licensed under either of
at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.