How do I enable code coverage for Python on PyCharm or IntelliJ IDEA 12 Follow
I do not see any code coverage reports on IntellIJ IDEA with Python plugin.
I am able to run the tests with the test command but still I do not see any coverage reports I tried with both: use internal coverage.py on and off.
I am able to run the tests with the test command but still I do not see any coverage reports I tried with both: use internal coverage.py on and off.
1 comment
Sort by
Date
Votes

Comment actions
Permalink
Hi Sorin! You should use 'Run with coverage' command to run your tests instead.
Please sign in to leave a comment.