Up to now the coverage in Python binary: A line was executed or not.
Is there a way to get per python code line a lists of tests which execute this line?
I read the coverage docs, but could not find a solution.
from Coverage: Which test touched this line?
No comments:
Post a Comment