1 2 3 4 5 6
"""A plugin for tests to reference.""" from coverage.plugin import CoveragePlugin class Plugin(CoveragePlugin): pass