assert-rs / snapbox

Snapshot testing for a herd of CLI tests
docs.rs/trycmd
Apache License 2.0
138 stars 18 forks source link

feat(snap)!: Allow Harness users to specify DataFormat #274

Closed epage closed 7 months ago

epage commented 7 months ago

BREAKING CHANGE: Case requires a format: Option<DataFormat> field

Fixes #263