You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -135,6 +135,7 @@ These are the cli options exposed to `pytest` by the plugin.
135
135
|`--snapshot-patch-pycharm-diff`| Override PyCharm's default diffs viewer when looking at snapshot diffs. See [IDE Integrations](#ide-integrations)|`False`|
136
136
|`--snapshot-diff-mode`| Configures how diffs are displayed on assertion failure. If working with very large snapshots, disabling the diff can improve performance. |`detailed`|
137
137
|`--snapshot-ignore-file-extensions`| Comma separated list of file extensions to ignore when walking the file tree and discovering used/unused snapshots. | No extensions are ignored by default. |
138
+
|`--snapshot-dirname`| Directory name to store snapshots in. |`__snapshots__`|
0 commit comments