Robert Byrnes

Results 1 comments of Robert Byrnes

Here's another hack that seems to work for Python 3, at least with `coverage run`: it walks the stack to find the `Coverage` object ... ``` #!python if 'COVERAGE_RUN' in...