summaryrefslogtreecommitdiff
path: root/tests/plugin2.py
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2017-12-23 16:54:30 -0500
committerNed Batchelder <ned@nedbatchelder.com>2017-12-23 16:54:30 -0500
commitd8288282fcd54ec849b3345e564b8c3260d10bb5 (patch)
tree5877fe2021dad6fe134b686d2b66e440fd4d22eb /tests/plugin2.py
parentabb1c6d955a8b90a3993e69ffbabe5244c609f2b (diff)
downloadpython-coveragepy-git-d8288282fcd54ec849b3345e564b8c3260d10bb5.tar.gz
Pylint 1.8.1, and fix its new warnings
Diffstat (limited to 'tests/plugin2.py')
-rw-r--r--tests/plugin2.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/plugin2.py b/tests/plugin2.py
index 3bdfbdfd..9651ce63 100644
--- a/tests/plugin2.py
+++ b/tests/plugin2.py
@@ -13,6 +13,7 @@ class Plugin(coverage.CoveragePlugin):
def file_tracer(self, filename):
if "render.py" in filename:
return RenderFileTracer()
+ return None
def file_reporter(self, filename):
return FileReporter(filename)