Home | History | Annotate | Download | only in test

Lines Matching full:dups

308                 self.assertEqual(perm, [t for t in prod if len(set(t))==r])    # perm: prods with no dups
310 self.assertEqual(comb, [t for t in cwr if len(set(t))==r]) # comb: cwrs without dups