py3-inline-snapshot-0.32.3
testing library which puts values into source code
Back to search · Project homepage
Description
inline-snapshot is a testing helper that lets you store expected
values ("snapshots") directly inside your source code instead of
in external files.
During a test run, the library captures the actual output of an
expression, converts it to a reproducible repr(), and compares it
to the inline snapshot. If they differ, it can automatically update
the snapshot in place.
This makes snapshot testing simpler for small values or codebases
that prefer keeping expectations close to the tests themselves,
without managing separate golden files.
Package information
- Ports path
- devel/py-inline-snapshot
- Package architecture
- amd64
- Maintainer
- The OpenBSD ports mailing-list <ports@openbsd.org>
- Categories
- devel, lang/python
- Available flavors
- None listed
- Only for architectures
- aarch64, amd64, arm, i386, mips64, mips64el, powerpc, powerpc64, riscv64, alpha, hppa, sparc64
These are ports metadata. Binary availability depends on the release, architecture and mirror. Build and test dependencies are not an installation checklist.
Direct dependencies
Runtime
Build
Test
- devel/py-dirty-equals
- devel/py-freezegun
- devel/py-isort
- devel/py-test-subtests
- textproc/py-black
- devel/py-asttokens
- devel/py-executing
- devel/py-rich
- lang/python/3
- devel/py-test
Used by (2 dependency relationships)
Includes library, runtime, build and test relationships. Results load 100 at a time.