From c72026b5ac0e56b883e9a6f4a4e082a691491ccb Mon Sep 17 00:00:00 2001 From: wpbonelli Date: Tue, 21 May 2024 16:59:19 -0400 Subject: [PATCH] add note to docs --- docs/md/snapshots.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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