Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cartesian Product based testing #9

Open
adam-rocska opened this issue Nov 2, 2023 · 1 comment
Open

Cartesian Product based testing #9

adam-rocska opened this issue Nov 2, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@adam-rocska
Copy link
Member

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
Copy link
Member Author

Gotta keep an eye on this lib: https://github.com/swiftlang/swift-testing
Either I might contribute there, or have a general purpose cartesian product producer here... dunno, postponed for now until anyone needs it.

@adam-rocska adam-rocska added the enhancement New feature or request label Aug 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant