Skip to content

Commit

Permalink
add note to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
wpbonelli committed May 21, 2024
1 parent 4279e69 commit c72026b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/md/snapshots.md
Original file line number Diff line number Diff line change
Expand Up @@ -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" ]
```
```

## Disable snapshots

Snapshot comparisons can be disabled by invoked `pytest` with the `--snapshot-disable` flag.

0 comments on commit c72026b

Please sign in to comment.