File: snapshot-update

package info (click to toggle)
awesomeversion 25.8.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,304 kB
  • sloc: python: 2,411; sh: 146; makefile: 5
file content (12 lines) | stat: -rwxr-xr-x 233 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/sh

# script/snapshot-update: Update test snapshot files.

set -e

cd "$(dirname "$0")/.."

echo "==> Updating test snapshots..."
uv run --dev pytest tests --snapshot-update --timeout=10

echo "==> Snapshot update completed!"