Replies: 2 comments 2 replies
-
|
I also ran into this need today. One option is to say "yes" to the prompt, |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
Yes this is not ideal. it will be possible with the new external implementation #86. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I ran pytest with
--inline-snapshot=review, but it only shows diffs of theexternalcalls, not the file contents themselves.I understand that since the contents changed, the hash changed, and inline-snapshot sees it as an entirely different file. I think you wrote before about your plans to use something different than hashes, to maintain the same file name, so maybe there's no solution yet, and I should just wait 🙂? Or is there already a way to force external file names? I can think of a naming scheme given the test inputs.
Beta Was this translation helpful? Give feedback.
All reactions