Tagged Questions
3
votes
2answers
344 views
Python coverage and external executables
I have a project that has almost complete unit test coverage. There's only one statement that isn't covered and I can't work out a good way to do so. Say the project is called foo, I have ...