expect-test-bytes 0.1.0

Minimalistic snapshot testing library for bytes
Documentation

expect-test-bytes

Crates.io Documentation Crates.io MSRV Crates.io License

Copy of expect-test, a minimalistic snapshot testing library, for bytes and binary data.

Example

let actual = b"example\n";

expect_test_bytes::expect_file!["test_data/example"].assert_eq(actual);

License

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.