Can't run mutmut Windows 10
See original GitHub issueMy project structure.
project
|-my_project\
|-tests\
|-venv.tests\
|-setup.cfg
My setup.cfg:
[mutmut]
runner="python -m unittest discover"
paths-to-mutate="my_project\"
tests-dir="tests\"
When I run python -m mutmut run
from project
I get an error:
Traceback (most recent call last):
File "C:\Users\...\AppData\Local\Programs\Python\Python37\lib\runpy.py", line 193, in _run_module_as_main
"__main__", mod_spec)
File "C:\Users\...\AppData\Local\Programs\Python\Python37\lib\runpy.py", line 85, in _run_code
exec(code, run_globals)
File "X:\Projects\project\venv.tests\lib\site-packages\mutmut\__main__.py", line 784, in <module>
climain()
File "X:\Projects\project\venv.tests\lib\site-packages\click\core.py", line 764, in __call__
return self.main(*args, **kwargs)
File "X:\Projects\project\venv.tests\lib\site-packages\click\core.py", line 717, in main
rv = self.invoke(ctx)
File "X:\Projects\project\venv.tests\lib\site-packages\click\core.py", line 956, in invoke
return ctx.invoke(self.callback, **ctx.params)
File "X:\Projects\project\venv.tests\lib\site-packages\click\core.py", line 555, in invoke
return callback(*args, **kwargs)
File "X:\Projects\project\venv.tests\lib\site-packages\mutmut\__main__.py", line 74, in wrapper
f(*args, **kwargs)
File "X:\Projects\project\venv.tests\lib\site-packages\mutmut\__main__.py", line 254, in climain
post_mutation, use_patch_file))
File "X:\Projects\project\venv.tests\lib\site-packages\mutmut\__main__.py", line 352, in main
using_testmon=using_testmon
File "X:\Projects\project\venv.tests\lib\site-packages\mutmut\__main__.py", line 689, in time_test_suite
returncode = popen_streaming_output(test_command, feedback)
File "X:\Projects\project\venv.tests\lib\site-packages\mutmut\__main__.py", line 459, in popen_streaming_output
stderr=subprocess.PIPE
File "C:\Users\...\AppData\Local\Programs\Python\Python37\lib\subprocess.py", line 775, in __init__
restore_signals, start_new_session)
File "C:\Users\...\AppData\Local\Programs\Python\Python37\lib\subprocess.py", line 1178, in _execute_child
startupinfo)
FileNotFoundError: [WinError 2] The system cannot find the file specified
Issue Analytics
- State:
- Created 4 years ago
- Comments:9 (7 by maintainers)
Top Results From Across the Web
mutmut - PyPI
Mutmut is a mutation testing system for Python, with a strong focus on ease of use. If you don't know what mutation testing...
Read more >How to Install & Run Mumble Murmur as a Windows Service
Install Mumble and Murmur Server. Make sure that Murmur runs properly. If not, it won't work as a Windows Service either!
Read more >Remote server has closed the connection. Reconnecting ...
1 I am running one computer (now using win xp) to run my murmur (host server) and nothing else. (Previously I was using...
Read more >`mutmut` Stops Running After About 100 Mutants
Basically, what happens is that when you run mutmut and tell it to run ... While it doesn't happen for all mutmut users,...
Read more >Running Murmur - Mumble Wiki
Distribution-Specific Murmur. By default, Murmur is configured to run from a regular user account, and on Windows and OSX this is the only...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
This specific problem would be fixed by https://github.com/boxed/mutmut/pull/134
Probably also fixed by #220.