
A Python library for test combinations generator. The generator 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 one to filter out "invalid" combinations during search for the next combination. * If/when required can generate n-wise combinations.
This package contains the Python 3 version of the library.