From b20497d2a8c11a6210e6925f9cad6d97ff7f713b Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Mon, 10 Aug 2015 07:35:50 -0400 Subject: Add docstring for source_token_lines --- tests/modules/plugins/another.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests/modules/plugins/another.py') 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()) -- cgit v1.2.1