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: add insta crate yaml feature #25482

Merged
merged 1 commit into from
Oct 22, 2024
Merged

Conversation

hiltontj
Copy link
Contributor

No issue for this, but this adds the "yaml" feature to our insta dependency, which provides a much better user-experience when doing snapshot tests, via the insta::assert_yaml_snapshot() macro. YAML is easier to read than JSON, and it also can serialize integers as keys, which is useful for our various ID types.

@hiltontj hiltontj added the v3 label Oct 22, 2024
@hiltontj hiltontj self-assigned this Oct 22, 2024
@hiltontj hiltontj merged commit afd0022 into main Oct 22, 2024
13 checks passed
@hiltontj hiltontj deleted the hiltontj/insta-yaml-feature branch October 22, 2024 16:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants