assertValidInitOutput#

lsst.pipe.base.testUtils.assertValidInitOutput(task: PipelineTask) None#

Test that a constructed task conforms to its own init-connections.

Parameters#

tasklsst.pipe.base.PipelineTask

The task whose connections need validation.

Raises#

AssertionError:

Raised if task does not have the state expected from task's connections.