summaryrefslogtreecommitdiff
path: root/tests/modules
diff options
context:
space:
mode:
Diffstat (limited to 'tests/modules')
-rw-r--r--tests/modules/plugins/a_plugin.py2
-rw-r--r--tests/modules/plugins/another.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/modules/plugins/a_plugin.py b/tests/modules/plugins/a_plugin.py
index 65627515..2a9910d0 100644
--- a/tests/modules/plugins/a_plugin.py
+++ b/tests/modules/plugins/a_plugin.py
@@ -6,4 +6,4 @@ class Plugin(CoveragePlugin):
pass
def coverage_init(reg, options):
- reg.add_file_tracer(Plugin(options))
+ reg.add_file_tracer(Plugin())
diff --git a/tests/modules/plugins/another.py b/tests/modules/plugins/another.py
index 65627515..2a9910d0 100644
--- a/tests/modules/plugins/another.py
+++ b/tests/modules/plugins/another.py
@@ -6,4 +6,4 @@ class Plugin(CoveragePlugin):
pass
def coverage_init(reg, options):
- reg.add_file_tracer(Plugin(options))
+ reg.add_file_tracer(Plugin())