Should I care how my tests cover the external libraries I'm using in my project ?
The py.test --cov displays how all files are covered, including ones in my virtualenv directory. How can I make the output show only the coverage of the modules I've written ?