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

Fixes for mutators and addition of sequential mutators #24

Merged
merged 3 commits into from
Jun 12, 2024

Conversation

surajp
Copy link
Owner

@surajp surajp commented Jun 12, 2024

Mutator chaining had been broken since a previous release. This PR fixes that and adds a new Sequential Mutators feature similar to Sequential Mocks feature.

And add the ability to mutateUntil a specific call count. Needs tests
`Mutatewith` mutators will only be applied after all previous
`mutateUntil` calls are done. Mutators with the same value of
`mutateUntil` will be accumulated and applied in succession. Also
updated README.
@surajp surajp merged commit 41f9e31 into master Jun 12, 2024
1 check passed
@surajp surajp deleted the mutate-with-fix branch June 12, 2024 15:57
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 this pull request may close these issues.

1 participant