python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
In coverage.py, how to get minimum file coverage?
I am running coverage with this line, where $FILES is list of modified file in the current pull request.
coverage run --include=$FILES -m pytest tests -vv -rf -x
This works fine, however this is the ...
Bill Software Engineer
Votes: 0
Answers: 1
Report non tested python file in coverage
I am writting the test cases for an existing project and there are multiple python files to be tested, I would like to know the coverage report for all the files under project directory even though th...
Surajit Kundu
Votes: 0
Answers: 0
How to run pytest file by file in no particular order
I am testing a backend of Flask and MongoDB but run into a problem when running the total test suite. If I run certain files in the test suite independently, they work fine. I wrote a script which run...
Ben
Votes: 0
Answers: 0
Do we need to clean up nosetest .coverage files?
It seems to me that we need to clean up the .coverage hidden files created by nosetest or else nosetest would be confused when I try to run it a second time. It may return cached results in the .cover...
user3240688
Votes: 0
Answers: 0