diff options
Diffstat (limited to 'tests/plugin2.py')
-rw-r--r-- | tests/plugin2.py | 1 |
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) |