CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2025/01/16 07:41:12
Log message:
import ports/devel/py-test-check, from Johannes Thyssen Tishman, ok ian
Normally, a test function will fail and stop running with the first
failed assert. That's totally fine for tons of kinds of software
tests. However, there are times where you'd like to check more than
one thing, and you'd really like to know the results of each check,
even if one of them fails. pytest-check allows multiple failed
"checks" per test function, so you can see the whole picture of
what's going wrong.
Status:
Vendor Tag: sthen
Release Tags: sthen_20250116
N ports/devel/py-test-check/Makefile
N ports/devel/py-test-check/distinfo
N ports/devel/py-test-check/pkg/DESCR
N ports/devel/py-test-check/pkg/PLIST
No conflicts created by this import