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

test: more readable matrix #341

Merged
merged 1 commit into from
Sep 5, 2024
Merged

Conversation

nobkd
Copy link
Collaborator

@nobkd nobkd commented Sep 3, 2024

The matrix tries all combinations of its keys
The exclude key removes options from the resulting cartesian product

key1: [A, B, C]
key2: [x, y]

result: [Ax, Ay, Bx, By, Cx, Cy]

@nobkd nobkd added the tests label Sep 3, 2024
@tipiirai tipiirai merged commit 1aff254 into nuejs:master Sep 5, 2024
4 checks passed
@tipiirai
Copy link
Contributor

tipiirai commented Sep 5, 2024

Great!

@nobkd nobkd deleted the test/simpler-matrix branch September 5, 2024 09:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants