josephwilk / pairwise

Ruby based tool for selecting a smaller number of test input combinations (using pairwise generation) rather than exhaustively testing all possible permutations.
http://wiki.github.com/josephwilk/pairwise
MIT License
83 stars 15 forks source link

subset is not respecting position of inputs #1

Closed josephwilk closed 14 years ago

josephwilk commented 14 years ago

[Video, Football] is a subset of [Football,Basketball,Video]

However Football is for the second param not the first.