summaryrefslogtreecommitdiff
path: root/subdir/foo.py
diff options
context:
space:
mode:
Diffstat (limited to 'subdir/foo.py')
-rw-r--r--subdir/foo.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/subdir/foo.py b/subdir/foo.py
index 711ab4d..51a5dde 100644
--- a/subdir/foo.py
+++ b/subdir/foo.py
@@ -1,6 +1,9 @@
+import logging
+
class Foo:
def foo(self, a):
+ logging.error('this should not be displayed when testrun runs')
if a:
return True
elif False: # pragma: no cover