Lucas Vieira dos Santos
Lucas Vieira dos Santos
I was going to add it, but the nose overlaps with the head stroke. So it looks weird without the white fill: 
I've never contributed here before. Would be willing to pick it up.
I wonder if we need the `not in_snapshot_dir` check. Because, in `discover_snapshots` we already pass the location including the `SNAPSHOT_DIRNAME` through `self.dirname`: ```python for filepath in walk_snapshot_dir(self.dirname(test_location=test_location)): ``` So every...
> Add the SnapshotExtension. Have it generate a snapshot. Add a fake entry to the snapshot. Run the test suite. I also tested this using the default __snapshots__ dir and...
The only change I made in the code was removing the check if file is inside SNAPSHOT_DIRNAME (which is a constant with the default dirname). I concluded this check is...