SchemaCoverage#
- class lsst.images.tests.SchemaCoverage(name, version, expressed, absent, positions, sources)#
Bases:
objectWhat the fixture tree exercises of one schema version.
- Parameters:
Attributes Summary
The shallowest absent path of each absent subtree.
Attributes Documentation
- absent_roots#
The shallowest absent path of each absent subtree.
A field left unset takes its whole declared subtree with it, so
butler_infobeingNoneeverywhere would otherwise report every path beneath it as a separate gap. Only the outermost is actionable: populate that field and its children become reachable.