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

Add a mutation for kwargs #291

Open
dkubb opened this issue Jan 22, 2015 · 0 comments
Open

Add a mutation for kwargs #291

dkubb opened this issue Jan 22, 2015 · 0 comments

Comments

@dkubb
Copy link
Collaborator

dkubb commented Jan 22, 2015

When using mutant on some code that uses kwargs, it came up with only one alive mutation:

-def initialize(name, includes:, **options)
+def initialize(name__mutant__, includes:, **options)
   super
 end

Now obviously I can kill this one by renaming name to _name, but I noticed there were no mutations for includes to includes__mutant nor for **options to **options__mutant__. I think both of these should be added to make sure these options are being handled.

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

No branches or pull requests

3 participants