summaryrefslogtreecommitdiff
path: root/subdir
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2008-07-19 20:07:03 +0300
committerLars Wirzenius <liw@liw.fi>2008-07-19 20:07:03 +0300
commitdb20e026375c90d9cefd1224f3c40b8389b41c56 (patch)
tree4f32efada52e117c6593de57f4f3e24620b4dc21 /subdir
parent37c3ddda90d48ddf793d78873bd681177f345d4a (diff)
downloadcoverage-test-runner-db20e026375c90d9cefd1224f3c40b8389b41c56.tar.gz
Report number of excluded statements in the output.
Diffstat (limited to 'subdir')
-rw-r--r--subdir/foo.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/subdir/foo.py b/subdir/foo.py
index 8fdeca5..6711dd4 100644
--- a/subdir/foo.py
+++ b/subdir/foo.py
@@ -5,5 +5,6 @@ class Foo:
return True
else:
import time
- time.sleep(12)
+ time.sleep(0)
return False
+ pass # pragma: no cover