mitsuhiko / insta

A snapshot testing library for rust
https://insta.rs
Apache License 2.0
2.26k stars 102 forks source link

Standardize names for new/old/reference #642

Closed max-sixty closed 1 month ago

max-sixty commented 1 month ago

As discussed in #613.

After doing this, there isn't as much disagreement as I had remembered -- I think we reduced the use of ReferenceValue recently as a side-effect of other work. So it's mostly changing names from old & new to existing & generated/proposed.

Opening the PR but will leave for a few days to consider whether it's worthwhile