CoverageReport#
- class lsst.images.tests.CoverageReport(schemas)#
Bases:
objectCoverage of every schema in scope, keyed by name and version.
- Parameters:
schemas (
dict[tuple[str,str],SchemaCoverage])
Attributes Summary
Positions with an unreached candidate, as
(schema, position).Attributes Documentation
- positions_missing_candidates#
Positions with an unreached candidate, as
(schema, position).