I have a python program that is tested by running it several times with different inputs and comparing the outputs with the comparison results.
I would like to get the code coverage of all tests in combination, so I can see if there are additional sets of inputs that I have to use to get full coverage. I looked at the coverage module, but cannot figure out how I can do this.
Any clues?
python code-coverage python-coverage
xorsyst
source share