Beton icon indicating copy to clipboard operation
Beton copied to clipboard

Cartesian Product based testing

Open adam-rocska opened this issue 1 year ago • 1 comments

At 21Gram for our TypeScript stuff we have a utility function that takes a recursive/nested set of test values and provides a callback that runs your test code based on the cartesian product of the inputs. It's pretty dope.

It'd be nice to have something like it in Swift too.

adam-rocska avatar Nov 02 '23 15:11 adam-rocska