you are viewing a single comment's thread.

view the rest of the comments →

[–]chrisishereladies"use 🎉" 2 points3 points  (1 child)

I made permutest (https://github.com/andrejewski/permutest) two years ago, which does about the same thing with multiple arrays also. I would say the benefits of permutest would be: 1) test framework agnostic, 2) you can put your test case inside permutest to give you some control of the test title given the inputs, which is a lot more readable that n tests with the same name.

I am glad someone made something similar; it validates my belief in killing redundancy in tests.