Skip to content

feat(snapshot): add named snapshots - #988

Merged
Chemaclass merged 1 commit into
mainfrom
feat/named-snapshots
Aug 7, 2026
Merged

feat(snapshot): add named snapshots#988
Chemaclass merged 1 commit into
mainfrom
feat/named-snapshots

Conversation

@Chemaclass

Copy link
Copy Markdown
Member

Summary

  • add named snapshot assertions, including ANSI-stripping support
  • normalize names into safe per-test snapshot suffixes
  • show the resolved path and --snapshot-update guidance on mismatches
  • replace the named-snapshot TODO coverage and update docs/completions

Closes #986

Validation

  • make sa
  • make lint
  • ./bashunit --parallel --simple --strict tests/ (1,628 tests)
  • bash build.sh bin -v (1,628 tests)

Show resolved paths and '--snapshot-update' guidance on mismatches.
@Chemaclass
Chemaclass merged commit c108a6d into main Aug 7, 2026
37 checks passed
@Chemaclass
Chemaclass deleted the feat/named-snapshots branch August 7, 2026 12:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

feat(snapshot): add named snapshots and better mismatch guidance

1 participant