iter_schema_fixtures#

lsst.images.tests.iter_schema_fixtures(directory)#

Yield every fixture found under a fixture tree.

Parameters:

directory (Path) – Directory holding the fixture tree.

Yields:

SchemaFixture – One entry per file whose name matches the fixture grammar, sorted by path. Files that do not match are skipped, so a README or other supporting file in the tree is not reported as a fixture.

Return type:

Iterator[SchemaFixture]

This page was last modified on .