Skip to content

Combinatorial test cases

Compare
Choose a tag to compare
@adolgert adolgert released this 11 Dec 21:59
· 83 commits to main since this release
bb60b6c

If you want to test a function that has a lot of parameters, runs slowly, or you need to test well, this library provides functions to generate test cases or test datasets that are more likely to find faults with fewer tests.

  • All-pairs coverage of parameters.
  • Higher-order coverage of parameters.
  • Excursions from a known test case.
  • Filters forbidden parameter combinations.
  • Can increase coverage on subsets of parameters.