Path to this page:
Subject: CVS commit: pkgsrc/devel/py-allpairspy
From: Amitai Schleier
Date: 2022-03-28 17:58:29
Message id: 20220328155829.5591DFB24@cvs.NetBSD.org
Log Message:
Add py-allpairspy, a pairwise test combinations generator.
AllPairs is an open source test combinations generator. It allows one to
create a set of tests using "pairwise combinations" method, reducing a
number of combinations of variables into a lesser set that covers most
situations. Features:
- Produces good enough dataset.
- Pythonic, iterator-style enumeration interface.
- Allows to filter out "invalid" combinations during search for the next
combination.
- Goes beyond pairs! If/when required can generate n-wise combinations.
Files: