CoverageReport#

class lsst.images.tests.CoverageReport(schemas)#

Bases: object

Coverage of every schema in scope, keyed by name and version.

Parameters:

schemas (dict[tuple[str, str], SchemaCoverage])

Attributes Summary

positions_missing_candidates

Positions with an unreached candidate, as (schema, position).

Attributes Documentation

positions_missing_candidates#

Positions with an unreached candidate, as (schema, position).

This page was last modified on .