From db20e026375c90d9cefd1224f3c40b8389b41c56 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sat, 19 Jul 2008 20:07:03 +0300 Subject: Report number of excluded statements in the output. --- subdir/foo.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'subdir') 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 -- cgit v1.2.1