Pairwise (aka ‘all-pairs’) test combinations generator written in Python.
Pairwise (aka ‘all-pairs’) test combinations generator written in Python. 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.
Pairwise (aka ‘all-pairs’) test combinations generator written in Python. 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.
To install py313-allpairspy, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install py313-allpairspy
To see what files were installed by py313-allpairspy, run:
port contents py313-allpairspy
To later upgrade py313-allpairspy, run:
sudo port selfupdate && sudo port upgrade py313-allpairspy
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.