summaryrefslogtreecommitdiff
path: root/tests/modules/plugins/a_plugin.py
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2014-08-21 11:20:17 -0400
committerNed Batchelder <ned@nedbatchelder.com>2014-08-21 11:20:17 -0400
commit5c88838a8cfb53dac3d63b272ea137f7a4f09f87 (patch)
tree5a8435ce7838b68fd3874a4661c77162033620c2 /tests/modules/plugins/a_plugin.py
parent44238cb66d14a6fb2f4d30f1cef9fdf0bb5f2e2d (diff)
downloadpython-coveragepy-git-5c88838a8cfb53dac3d63b272ea137f7a4f09f87.tar.gz
Forgotten files
Diffstat (limited to 'tests/modules/plugins/a_plugin.py')
-rw-r--r--tests/modules/plugins/a_plugin.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/modules/plugins/a_plugin.py b/tests/modules/plugins/a_plugin.py
new file mode 100644
index 00000000..93ac4854
--- /dev/null
+++ b/tests/modules/plugins/a_plugin.py
@@ -0,0 +1,6 @@
+"""A plugin for tests to reference."""
+
+from coverage.plugin import CoveragePlugin
+
+class Plugin(CoveragePlugin):
+ pass