diff --git a/docs/md/snapshots.md b/docs/md/snapshots.md index 0254617..4b8a41b 100644 --- a/docs/md/snapshots.md +++ b/docs/md/snapshots.md @@ -14,4 +14,8 @@ To use snapshot fixtures, add the following line to a test file or `conftest.py` ```python pytest_plugins = [ "modflow_devtools.snapshots" ] -``` \ No newline at end of file +``` + +## Disable snapshots + +Snapshot comparisons can be disabled by invoked `pytest` with the `--snapshot-disable` flag. \ No newline at end of file