Subject: CVS commit: pkgsrc/devel/py-test-check
From: Thomas Klausner
Date: 2023-05-06 11:06:29
Message id: 20230506090629.68C7EFA87@cvs.NetBSD.org

Log Message:
devel/py-test-check: import py-test-check-2.1.4

A pytest plugin that allows multiple failures per test.

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.

Files:
RevisionActionfile
1.1addpkgsrc/devel/py-test-check/DESCR
1.1addpkgsrc/devel/py-test-check/Makefile
1.1addpkgsrc/devel/py-test-check/PLIST
1.1addpkgsrc/devel/py-test-check/distinfo