We want to add pytest-insta to our codebase for snapshot testing but unfortunately it doesn't seem to delete no longer used snapshots?
Reproduction steps
- Create a test with a snapshot
- Run tests
- Delete the test
- Run tests again
Result: The snapshot will still be there
I'll see if I can put up a PR to fix this.