-
Notifications
You must be signed in to change notification settings - Fork 112
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
[mutmut3] --paths-to-mutate
support?
#339
Comments
No. Arguments for conf was a mistake I think. All the conf should always go into the conf file. Thanks for the heads up on the docs issue. I will fix that. |
Thanks for the quick response! What about the |
Oh. Well that is a mistake then. It should make good guesses, but when it fails it should read that. |
Would it not make more sense for it to short-circuit to the conf value if it's set, rather than fall back to it. If it's only used as a fallback it means you can't ever run |
Sorry, yea I was sloppy with my language. The conf should override for sure. |
mutmut 2.x. had
--paths-to-mutate
argument support:mutmut/mutmut/__main__.py
Lines 317 to 318 in bdd8c37
whereas it was removed in mutmut 3.x:
mutmut/mutmut/__main__.py
Lines 150 to 151 in e8e0960
but README still mentions it:
mutmut/README.rst
Lines 55 to 59 in e8e0960
and the error message in
guess_paths_to_mutate()
as well:mutmut/mutmut/__main__.py
Lines 128 to 131 in e8e0960
is the argument going to be reintroduced?
The text was updated successfully, but these errors were encountered: