dddping
dddping
Do you means it shoud call cov.start(['test_script.py', '-v', '--cov-report', 'html', '--cov=pytest_cov_invoke_from_python_code']) instead? I am sorry, since I can't find the relevance doc about how to use cov.start()... Also most code...
oh...I got your point! So let me explain more below. The `test_script.py` attach above is a self contain test script. It is a test script in pytest and it can...
I am using pycharm community edition. For my case, start `test_script.py` from `test_script.py` (and from pycharm run)produce coverage report that excluded definitions(but the body measure correctly). To start `test_script.py` from...
try 'pip install -e .'. I have the same error when I use 'pip install .'