summaryrefslogtreecommitdiff
path: root/tests/modules/plugins/another.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/modules/plugins/another.py')
-rw-r--r--tests/modules/plugins/another.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/modules/plugins/another.py b/tests/modules/plugins/another.py
index 096d3b9d..80902d34 100644
--- a/tests/modules/plugins/another.py
+++ b/tests/modules/plugins/another.py
@@ -5,8 +5,10 @@
from coverage import CoveragePlugin
+
class Plugin(CoveragePlugin):
pass
+
def coverage_init(reg, options):
reg.add_file_tracer(Plugin())