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

Mutalk doesn't handle parametrized tests #88

Closed
DurieuxPol opened this issue Feb 23, 2024 · 0 comments · Fixed by #95
Closed

Mutalk doesn't handle parametrized tests #88

DurieuxPol opened this issue Feb 23, 2024 · 0 comments · Fixed by #95

Comments

@DurieuxPol
Copy link
Collaborator

DurieuxPol commented Feb 23, 2024

It only considers one parametrization, while it should consider all of them.

analysis := MTAnalysis new
	            classesToMutate: {  };
	            testClasses: { StringLineEndingsTest }.
analysis testCases inspect

There are only 3 test cases, while there should be 108

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant