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
Some tests use [inline-snapshot](https://15r10nk.github.io/inline-snapshot/latest/). To update them after making changes, rerun the tests with the `--inline-snapshot=fix` and `-n0` options:
102
+
103
+
```bash
104
+
./scripts/test --inline-snapshot=fix -n0
105
+
```
106
+
107
+
> [!NOTE]
108
+
> `inline-snapshot` is incompatible with [pytest-xdist](https://github.com/pytest-dev/pytest-xdist), so you need to disable parallel execution `(-n0)` when using the `--inline-snapshot` option.
109
+
110
+
In addition, some tests capture snapshots of the HTTP requests they make.
111
+
To refresh these snapshots, run the tests with the `ANTHROPIC_LIVE=1` environment variable enabled.
0 commit comments