syrupy-project / syrupy

:pancakes: The sweeter pytest snapshot plugin
https://syrupy-project.github.io/syrupy/
Apache License 2.0
542 stars 37 forks source link

Print name / path of unused snapshot #865

Closed wolfv closed 4 months ago

wolfv commented 4 months ago

Syrupy prints something like:

5 snapshots passed. 1 snapshot unused.

It would be even more helpful if it would print the name of the unused snapshot in order for me to clean it up manually.

wolfv commented 4 months ago

Actually --snapshot-details seems to address this https://github.com/tophat/syrupy/issues/465