Next | Query returned 2 messages, browsing 1 to 10 | previous

History of commit frequency

CVS Commit History:


   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.

Next | Query returned 2 messages, browsing 1 to 10 | previous