summaryrefslogtreecommitdiff
path: root/tests/modules/plugins/another.py
blob: 93ac485493d0ead3ff696514a02eeb2ff2a3adde (plain)
1
2
3
4
5
6
"""A plugin for tests to reference."""

from coverage.plugin import CoveragePlugin

class Plugin(CoveragePlugin):
    pass