SchemaFixture#

class lsst.images.tests.SchemaFixture(path, name, version, variant, retired, tree_cls)#

Bases: object

One committed fixture file, located and classified.

Parameters:

Attributes Summary

is_as_shipped

Whether this fixture preserves real shipped bytes.

is_canonical_twin

Whether this fixture is the canonicalized twin of an as_shipped sibling.

Methods Summary

problem(message)

Return message prefixed with this fixture's filename.

Attributes Documentation

is_as_shipped#

Whether this fixture preserves real shipped bytes.

is_canonical_twin#

Whether this fixture is the canonicalized twin of an as_shipped sibling.

Methods Documentation

problem(message)#

Return message prefixed with this fixture’s filename.

Parameters:

message (str) – Problem description, phrased to read after the filename.

Return type:

str

This page was last modified on .