OpenBSD ports

The devel/py-inline-snapshot port

py3-inline-snapshot-0.31.1 – testing library which puts values into source code

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.

WWW: https://15r10nk.github.io/inline-snapshot/
Only for arches
aarch64 aarch64 alpha amd64 amd64 arm arm hppa i386 i386 mips64 mips64 mips64el mips64el powerpc powerpc powerpc64 powerpc64 riscv64 riscv64 sparc64
Categories:
devel lang/python

Library dependencies

Build dependencies

Run dependencies