Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 1 commit into from
Apr 19, 2024

Conversation

epage
Copy link
Contributor

@epage epage commented Apr 19, 2024

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

Fixes #263

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

Fixes assert-rs#263
@epage epage merged commit 429f389 into assert-rs:main Apr 19, 2024
13 checks passed
@epage epage deleted the harness branch April 19, 2024 02:08
@epage epage mentioned this pull request May 16, 2024
32 tasks
epage added a commit to epage/snapbox that referenced this pull request May 17, 2024
This builds on and mirrors the extensibility work that was done in
`snapbox` where `Data::read_from` and `Data::raw` can be used to
override default behavior.

Cherry pick 30a9b78 (assert-rs#274)
Cherry pick 94e87ba (assert-rs#283)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add DataFormat to Case so people can specify what type of struvctured data testing they are doing
1 participant