./devel/py-allpairspy, Pairwise test combinations generator

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 2.5.1, Package name: py311-allpairspy-2.5.1, Maintainer: pkgsrc-users

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.


Master sites:

Filesize: 13.946 KB

Version history: (Expand)


CVS history: (Expand)


   2023-11-27 21:29:30 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-allpairspy: updated to 2.5.1

v2.5.1

examples/compare_to_others.py minor changes
Fix typo in MANIFEST.in
Add support for Python 3.9/3.10/3.11
Drop support for Python 2.7/3.5/3.6
Remove unused setup.cfg
Update [build-system]
Modify to use pypa/build for package build
   2022-03-28 17:58:29 by Amitai Schleier | Files touched by this commit (4)
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.