-
-
Notifications
You must be signed in to change notification settings - Fork 83
feat: rust insta snapshot example #504
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
Conversation
|
78443db to
7436709
Compare
6526ec0 to
d5d5968
Compare
d5d5968 to
8c218db
Compare
|
Cool, one of the maintainers of insta is willing to help this work better under Bazel: mitsuhiko/insta#621 (comment) |
|
Moving back to draft while I work through changes with the insta maintainer. |
0fd9500 to
2815294
Compare
|
The upstream changes to insta were released in https://github.com/mitsuhiko/insta/releases/tag/1.46.0. This is ready for review again. |
2815294 to
0e3db7f
Compare
0e3db7f to
23f62ad
Compare
|
Oops. Thanks for adding CI @alexeagle . |




An example for working with insta snapshot tests. Similar to a write_source_files flow, but tailored to insta and uses insta's review tool to accept snapshots.
See included README for more details.
This has some relation to bazel-contrib/bazel-lib#1067 in that it produces snapshot differentials as a build action so that a tool can review the changes.
Changes are visible to end-users: no
Test plan