Link [ pkgsrc | NetBSD | pkgsrc git mirror | PR fulltext-search | netbsd commit viewer ]


   
        usage: [branch:branch] [user:user] [path[@revision]] keyword [... [-excludekeyword [...]]] (e.g. branch:MAIN pkgtools/pkg)




switch to index mode

recent branches: MAIN (33m)  pkgsrc-2024Q1 (20d)  pkgsrc-2023Q4 (67d)  pkgsrc-2023Q2 (99d)  pkgsrc-2023Q3 (179d) 

2024-06-07 04:49:57 UTC Now

2023-05-06 09:06:29 UTC MAIN commitmail json YAML

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.

(wiz)