We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
https://github.com/henrikh/mutmut-exclude-path for a reproduction scenario.
Basically paths_to_exclude=some/folder/ should be understood correctly.
paths_to_exclude=some/folder/
The text was updated successfully, but these errors were encountered:
@boxed I guess this happens by the way traversing with os.walk is done.
os.walk
If you comsume subdirs like in
mutmut/mutmut/__init__.py
Line 1223 in c59fc4b
B
main/B
Give this a try:
[mutmut] paths_to_mutate=main paths_to_exclude=B runner=python -m unittest discover tests --failfast
Sorry, something went wrong.
No branches or pull requests
https://github.com/henrikh/mutmut-exclude-path for a reproduction scenario.
Basically
paths_to_exclude=some/folder/
should be understood correctly.The text was updated successfully, but these errors were encountered: