You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am able to run pytest in watch mode using package pytest-watch. However, when I want to see the code coverage with pytest-cov, I have to run command below. Can you provide a watch mode for pytest-cov as well
coverage run -m pytest
coverage report -m
The text was updated successfully, but these errors were encountered:
You might like entr (http://eradman.com/entrproject/) which runs arbitrary commands when files change. Is there a reason this has to be tightly integrated with pytest?
Summary
I am able to run pytest in watch mode using package
pytest-watch
. However, when I want to see the code coverage withpytest-cov
, I have to run command below. Can you provide a watch mode forpytest-cov
as wellThe text was updated successfully, but these errors were encountered: